From 4736fa6b50843fef9390ff28eb6f3fa5a5fb65eb Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Mon, 3 Feb 2025 16:06:24 -0500 Subject: [PATCH] fix: increasing size of clickable area for navigation items --- src/components/UI/Sidebar/sidebarButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/UI/Sidebar/sidebarButton.tsx b/src/components/UI/Sidebar/sidebarButton.tsx index 1db72b46..4f5146d4 100644 --- a/src/components/UI/Sidebar/sidebarButton.tsx +++ b/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 && } {element && element}