We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec3c01 commit abbdc11Copy full SHA for abbdc11
src/App.tsx
@@ -39,6 +39,7 @@ function App() {
39
40
return (
41
<ConfigProvider
42
+ direction={currentLanguageOption.rtl ? 'rtl' : 'ltr'}
43
theme={{
44
algorithm: isDarkMode ? darkAlgorithm : defaultAlgorithm,
45
token: {
0 commit comments