feat: update theme
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
cab2d281f3
commit
c855a5f555
@@ -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 />
|
||||
|
Reference in New Issue
Block a user