diff --git a/web/src/components/navigation/NavItem.tsx b/web/src/components/navigation/NavItem.tsx index f8ee7eb0d..bd982f312 100644 --- a/web/src/components/navigation/NavItem.tsx +++ b/web/src/components/navigation/NavItem.tsx @@ -46,13 +46,13 @@ export default function NavItem({ onClick={onClick} className={({ isActive }) => cn( - "flex flex-col items-center justify-center rounded-lg", + "flex flex-col items-center justify-center rounded-lg p-2", className, variants[item.variant ?? "primary"][isActive ? "active" : "inactive"], ) } > - + );