We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3166621 commit d8f3ca0Copy full SHA for d8f3ca0
1 file changed
apps/webapp/app/components/primitives/ClientTabs.tsx
@@ -146,7 +146,7 @@ const ClientTabsTrigger = React.forwardRef<
146
<span
147
className={cn(
148
"text-sm transition duration-200",
149
- isActive ? "text-text-bright" : "text-text-dimmed hover:text-text-bright"
+ isActive ? "text-text-bright" : "text-text-dimmed group-hover:text-text-bright"
150
)}
151
>
152
{children}
0 commit comments