diff --git a/client/src/components/lanes/AddLaneModal.tsx b/client/src/components/lanes/AddLaneModal.tsx index f8f865f..a9e04aa 100644 --- a/client/src/components/lanes/AddLaneModal.tsx +++ b/client/src/components/lanes/AddLaneModal.tsx @@ -60,8 +60,10 @@ function Seg({ onClick={onClick} title={title} aria-pressed={active} - className={`rounded px-2 py-0.5 text-xs font-medium transition-colors ${ - active ? "bg-accent/20 text-accent" : "text-fg-secondary hover:text-fg-primary" + className={`flex-1 rounded px-2 py-1 text-xs font-medium transition-colors ${ + active + ? "bg-accent text-white shadow-sm" + : "text-fg-secondary hover:bg-surface-3 hover:text-fg-primary" }`} > {label}