Skip to content

Commit

Permalink
chore!: update ThemeProvider readme props
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Feb 29, 2024
1 parent 347e933 commit 4fb8a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ configureDocs({
// The theme must be applied. To do that wrap your app in ThemeProvider
const root = createRoot(document.getElementById('root'));
root.render(
<ThemeProvider theme="light">
<ThemeProvider theme="light" direction="ltr">
<App />
</ThemeProvider>,
);
Expand Down

0 comments on commit 4fb8a68

Please sign in to comment.