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 990c6c8 commit 7ba22e8Copy full SHA for 7ba22e8
1 file changed
apps/webapp/app/components/primitives/Tabs.tsx
@@ -199,10 +199,7 @@ export function TabButton({
199
<>
200
<div className="flex items-center gap-1">
201
<span
202
- className={cn(
203
- "text-sm transition duration-200",
204
- isActive ? "text-text-bright" : "text-text-bright"
205
- )}
+ className={"text-sm transition duration-200 text-text-bright"}
206
>
207
{props.children}
208
</span>
0 commit comments