mirror of
https://github.com/meshtastic/web.git
synced 2026-04-21 14:30:00 -04:00
fix: increasing size of clickable area for navigation items
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user