feat(ui): add theme toggle to dashboard layout
- Implement theme switching between light and dark modes - Use Mantine's color scheme for automatic detection - Add tooltip for theme toggle button - Update App component to use 'auto' color scheme
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ function App() {
|
||||
}, [checkAuth]);
|
||||
|
||||
return (
|
||||
<MantineProvider defaultColorScheme="light">
|
||||
<MantineProvider defaultColorScheme="auto">
|
||||
<Notifications position="top-right" />
|
||||
<ModalsProvider>
|
||||
<BrowserRouter basename="/ui">
|
||||
|
||||
Reference in New Issue
Block a user