fix: increasing size of clickable area for navigation items

This commit is contained in:
Dan Ditomaso
2025-02-03 16:06:24 -05:00
parent a4e21ed343
commit 4736fa6b50

View File

@@ -21,7 +21,7 @@ export const SidebarButton = ({
onClick={onClick}
variant={active ? "subtle" : "ghost"}
size="sm"
className="flex gap-2"
className="flex gap-2 w-full"
>
{Icon && <Icon size={16} />}
{element && element}