Skip to content

Commit

Permalink
fix(Tabs): ensure correct color when not active
Browse files Browse the repository at this point in the history
  • Loading branch information
domihustinova committed Sep 18, 2024
1 parent f3dc4db commit 3a5bcd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/orbit-components/src/Tabs/components/Tab/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ const Tab = ({
>
<span
className={cx(
"text-ink-dark w-full",
"w-full",
isSelected ? "text-ink-dark" : "text-ink-normal",
type !== TYPE_OPTIONS.DEFAULT && [
"bg-clip-text [-webkit-background-clip:text] [-webkit-text-fill-color:transparent]",
type === TYPE_OPTIONS.BASIC && "bg-tab-bundle-basic-foreground",
Expand Down

0 comments on commit 3a5bcd1

Please sign in to comment.