Skip to content

Commit

Permalink
Support darkTheme (#459)
Browse files Browse the repository at this point in the history
* add darkTheme

* set `palette` to `darkTheme`
  • Loading branch information
dklimpel authored Jul 3, 2024
1 parent dbc7d32 commit 8cadfbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const App = () => (
authProvider={authProvider}
dataProvider={dataProvider}
i18nProvider={i18nProvider}
darkTheme={{ palette: { mode: "dark" } }}
>
<CustomRoutes>
<Route path="/import_users" element={<ImportFeature />} />
Expand Down

0 comments on commit 8cadfbd

Please sign in to comment.