chore: update drawer background

This commit is contained in:
Steven
2024-01-04 21:11:22 +08:00
parent f484c38745
commit ca53630410
4 changed files with 4 additions and 4 deletions

View File

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