Skip to content

Commit

Permalink
feat(tabs): update background styles
Browse files Browse the repository at this point in the history
Apply no background color by default

#1423
acd02 committed Sep 25, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0851f07 commit ba0363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tabs/src/TabsTrigger.styles.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ export const triggerVariants = cva(
'relative flex flex-none items-center',
'border-outline',
'outline-none',
'bg-surface hover:bg-surface-hovered',
'hover:bg-surface-hovered',
'after:absolute',
'spark-orientation-horizontal:border-b-sm spark-orientation-horizontal:after:inset-x-none spark-orientation-horizontal:after:bottom-[-1px] spark-orientation-horizontal:after:h-sz-2',
'spark-orientation-vertical:border-r-sm spark-orientation-vertical:after:inset-y-none spark-orientation-vertical:after:right-[-1px] spark-orientation-vertical:after:w-sz-2',

0 comments on commit ba0363d

Please sign in to comment.