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 c17416a commit a679813Copy full SHA for a679813
lib/theme/components/tabs.ts
@@ -70,6 +70,7 @@ const collapse = definePartsStyle(() => ({
70
tab: {
71
gap: 4,
72
bg: TAB_INACTIVE,
73
+ color: 'base.400',
74
fontSize: 'sm',
75
fontWeight: 'semibold',
76
borderInlineEnd: 1,
@@ -84,6 +85,7 @@ const collapse = definePartsStyle(() => ({
84
85
':has(+ [aria-selected="true"])': { borderBottomEndRadius: 'lg' },
86
_selected: {
87
bg: TAB_ACTIVE,
88
+ color: 'base.50',
89
},
90
_last: {
91
borderTopEndRadius: 'base',
0 commit comments