add darkTheme

This commit is contained in:
Dirk Klimpel 2024-02-06 23:49:54 +01:00 committed by GitHub
parent d520c6d618
commit 0d38894378
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@ const App = () => (
authProvider={authProvider}
dataProvider={dataProvider}
i18nProvider={i18nProvider}
darkTheme
>
<CustomRoutes>
<Route path="/import_users" element={<ImportFeature />} />