feat: add padding and margin to SidebarGroup in NavMain component

This commit is contained in:
mlogclub
2026-05-30 20:06:29 +08:00
parent 9cabee4d6d
commit 6594140684
+1 -1
View File
@@ -48,7 +48,7 @@ export function NavMain({
}, [hasActiveItem])
return (
<SidebarGroup>
<SidebarGroup className="px-2 py-0 first:pt-2 last:pb-2">
<SidebarMenu>
<Collapsible
open={open}