Skip to content

Commit 7ba22e8

Browse files
committed
chore(webapp): PR feedback for Tabs primitives
1 parent 990c6c8 commit 7ba22e8

File tree

1 file changed

+1
-4
lines changed
  • apps/webapp/app/components/primitives

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,7 @@ export function TabButton({
199199
<>
200200
<div className="flex items-center gap-1">
201201
<span
202-
className={cn(
203-
"text-sm transition duration-200",
204-
isActive ? "text-text-bright" : "text-text-bright"
205-
)}
202+
className={"text-sm transition duration-200 text-text-bright"}
206203
>
207204
{props.children}
208205
</span>

0 commit comments

Comments
 (0)