We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1e34ff + e6a1fae commit b62a424Copy full SHA for b62a424
frontend/src/components/App/Layout.tsx
@@ -204,7 +204,7 @@ export default function Layout({}: LayoutProps) {
204
</Link>
205
<Box sx={{ display: 'flex', [theme.breakpoints.down('sm')]: { display: 'block' } }}>
206
<VersionDialog />
207
- <CssBaseline />
+ <CssBaseline enableColorScheme />
208
<TopBar />
209
<Sidebar />
210
<Main id="main" sx={{ flexGrow: 1, marginLeft: 'initial' }}>
0 commit comments