Browse Source

fix: increasing size of clickable area for navigation items

pull/390/head
Dan Ditomaso 1 year ago
parent
commit
4736fa6b50
  1. 2
      src/components/UI/Sidebar/sidebarButton.tsx

2
src/components/UI/Sidebar/sidebarButton.tsx

@ -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}

Loading…
Cancel
Save