feat: add padding and margin to SidebarGroup in NavMain component
This commit is contained in:
@@ -48,7 +48,7 @@ export function NavMain({
|
|||||||
}, [hasActiveItem])
|
}, [hasActiveItem])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SidebarGroup>
|
<SidebarGroup className="px-2 py-0 first:pt-2 last:pb-2">
|
||||||
<SidebarMenu>
|
<SidebarMenu>
|
||||||
<Collapsible
|
<Collapsible
|
||||||
open={open}
|
open={open}
|
||||||
|
|||||||
Reference in New Issue
Block a user