File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
apps/webapp/app/components/primitives Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,9 @@ const ClientTabsTrigger = React.forwardRef<
107107 < span
108108 className = { cn (
109109 "text-sm transition duration-200" ,
110- isActive ? "text-text-bright" : "text-text-dimmed transition hover:text-text-bright"
110+ isActive
111+ ? "text-text-bright"
112+ : "text-text-dimmed transition group-hover:text-text-bright"
111113 ) }
112114 >
113115 { children }
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export function TabLink({
8585 "text-sm transition duration-200" ,
8686 active
8787 ? "text-text-bright"
88- : "text-text-dimmed transition hover:text-text-bright"
88+ : "text-text-dimmed transition group- hover:text-text-bright"
8989 ) }
9090 >
9191 { children }
You can’t perform that action at this time.
0 commit comments