chore: tweak drawer background

This commit is contained in:
Steven
2023-12-19 08:55:21 +08:00
parent 43e7506ed5
commit aeed25648a
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ const NavigationDrawer = () => {
<Icon.Menu className="w-5 h-auto dark:text-gray-200" />
</IconButton>
<Drawer anchor="left" size="sm" open={open} onClose={toggleDrawer(false)}>
<div className="w-full px-4">
<div className="w-full h-full px-4 bg-zinc-100 dark:bg-zinc-800">
<Navigation />
</div>
</Drawer>