feat: update theme

This commit is contained in:
Ali BARIN
2021-11-25 00:39:36 +01:00
parent 3260bf8215
commit 232c224ccf
6 changed files with 138 additions and 9 deletions
+5 -1
View File
@@ -17,7 +17,11 @@ export default function AppBar({ onMenuClick }: AppBarProps) {
return (
<Box sx={{ flexGrow: 1 }}>
<HideOnScroll>
<MuiAppBar sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}>
<MuiAppBar
sx={{
background: (theme) => theme.palette.primary.dark,
zIndex: (theme) => theme.zIndex.drawer + 1
}}>
<Toolbar>
<IconButton
size="large"