chore: update home padding styles

This commit is contained in:
Steven
2024-01-04 22:50:46 +08:00
parent d7ed59581c
commit 6320d042c8
4 changed files with 9 additions and 7 deletions

View File

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