mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: tweak dark mode styles
This commit is contained in:
@ -23,10 +23,10 @@ const NavigationDrawer = () => {
|
||||
return (
|
||||
<>
|
||||
<IconButton onClick={toggleDrawer(true)}>
|
||||
<Icon.Menu className="w-5 h-auto dark:text-gray-200" />
|
||||
<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 bg-zinc-100 dark:bg-zinc-800">
|
||||
<div className="w-full h-full px-4">
|
||||
<Navigation />
|
||||
</div>
|
||||
</Drawer>
|
||||
|
Reference in New Issue
Block a user