Skip to content

Commit b62a424

Browse files
authored
Merge pull request #2680 from headlamp-k8s/baseline-styles
frontend: Add CssBaseline component for improved default styles
2 parents e1e34ff + e6a1fae commit b62a424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/App/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default function Layout({}: LayoutProps) {
204204
</Link>
205205
<Box sx={{ display: 'flex', [theme.breakpoints.down('sm')]: { display: 'block' } }}>
206206
<VersionDialog />
207-
<CssBaseline />
207+
<CssBaseline enableColorScheme />
208208
<TopBar />
209209
<Sidebar />
210210
<Main id="main" sx={{ flexGrow: 1, marginLeft: 'initial' }}>

0 commit comments

Comments
 (0)