Skip to content

Commit d8f3ca0

Browse files
committed
small fix for hovering on a client tab
1 parent 3166621 commit d8f3ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/primitives/ClientTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const ClientTabsTrigger = React.forwardRef<
146146
<span
147147
className={cn(
148148
"text-sm transition duration-200",
149-
isActive ? "text-text-bright" : "text-text-dimmed hover:text-text-bright"
149+
isActive ? "text-text-bright" : "text-text-dimmed group-hover:text-text-bright"
150150
)}
151151
>
152152
{children}

0 commit comments

Comments
 (0)