diff --git a/client/components/layout/NavPill.tsx b/client/components/layout/NavPill.tsx index dfd05e9..b2843cb 100644 --- a/client/components/layout/NavPill.tsx +++ b/client/components/layout/NavPill.tsx @@ -34,7 +34,7 @@ export const NavPill = React.memo(function NavPill({ item, onNavigate, badge = 0 'focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50', isActive ? 'bg-primary text-primary-foreground shadow-sm shadow-primary/20' - : 'text-muted-foreground hover:bg-accent hover:text-accent-foreground hover:shadow-sm' + : 'text-muted-foreground hover:bg-accent/85 hover:text-accent-foreground hover:shadow-sm' )} > diff --git a/client/components/layout/Sidebar.tsx b/client/components/layout/Sidebar.tsx index 129e9ac..ad993d3 100644 --- a/client/components/layout/Sidebar.tsx +++ b/client/components/layout/Sidebar.tsx @@ -81,7 +81,7 @@ function TrackerMenu({ onNavigate, badge = 0, badgeNames = [], items = trackerIt 'focus-visible:outline-none focus-visible:ring-[3px] focus-visible:ring-ring/50', isTrackerActive ? 'bg-primary text-primary-foreground shadow-sm shadow-primary/20' - : 'text-muted-foreground hover:bg-accent hover:text-accent-foreground hover:shadow-sm', + : 'text-muted-foreground hover:bg-accent/85 hover:text-accent-foreground hover:shadow-sm', )} aria-expanded={isTrackerActive} aria-haspopup="menu" @@ -237,7 +237,7 @@ export default function Sidebar({ adminMode = false }: { adminMode?: boolean; ma }, [adminMode]); return ( -
+
@@ -253,7 +253,7 @@ export default function Sidebar({ adminMode = false }: { adminMode?: boolean; ma )} - +
{mobileOpen && ( -
+