feat: update theme

This commit is contained in:
Ali BARIN
2021-12-09 19:51:42 +01:00
committed by Ömer Faruk Aydın
parent cab2d281f3
commit c855a5f555
8 changed files with 140 additions and 48 deletions

View File

@@ -17,7 +17,11 @@ export default function Layout({ children }: LayoutProps) {
<AppBar onMenuClick={onMenuClick} />
<Box sx={{ display: 'flex', }}>
<Drawer open={isDrawerOpen} />
<Drawer
open={isDrawerOpen}
onOpen={onMenuClick}
onClose={onMenuClick}
/>
<Box sx={{ flex: 1 }}>
<Toolbar />