We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110677a commit e608be9Copy full SHA for e608be9
apps/plotly_examples/src/App.tsx
@@ -54,7 +54,7 @@ const App: React.FC = () => {
54
55
return (
56
<div>
57
- <FluentProvider theme={value === "Light" ? webLightTheme : webDarkTheme} targetDocument={document}>
+ <FluentProvider theme={value === "Light" ? webLightTheme : webDarkTheme} targetDocument={document} dir={isRTL ? 'rtl' : 'ltr'}>
58
<PortalCompatProvider>
59
<Subtitle2> Theme:</Subtitle2>
60
<Dropdown
0 commit comments