Skip to content

Commit

Permalink
frontend: Add enableColorScheme to CssBaseline component for improved…
Browse files Browse the repository at this point in the history
… default styles

Signed-off-by: Oleksandr Dubenko <[email protected]>
  • Loading branch information
sniok committed Dec 16, 2024
1 parent 22688fa commit e6a1fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/App/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export default function Layout({}: LayoutProps) {
</Link>
<Box sx={{ display: 'flex', [theme.breakpoints.down('sm')]: { display: 'block' } }}>
<VersionDialog />
<CssBaseline />
<CssBaseline enableColorScheme />
<TopBar />
<Sidebar />
<Main id="main" sx={{ flexGrow: 1, marginLeft: 'initial' }}>
Expand Down

0 comments on commit e6a1fae

Please sign in to comment.