Skip to content

Commit

Permalink
Merge pull request #2680 from headlamp-k8s/baseline-styles
Browse files Browse the repository at this point in the history
frontend: Add CssBaseline component for improved default styles
  • Loading branch information
joaquimrocha authored Dec 19, 2024
2 parents e1e34ff + e6a1fae commit b62a424
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 b62a424

Please sign in to comment.