We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cb3ba commit 5b9d0b7Copy full SHA for 5b9d0b7
1 file changed
packages/ui/src/components/tabs/tabs.module.css
@@ -13,9 +13,8 @@
13
}
14
15
.tabs-list--filled {
16
- @apply bg-greyscale-800;
+ @apply bg-background-sunken inset-shadow-xs;
17
@apply overflow-hidden rounded-md;
18
- @apply p-1;
19
20
21
.tabs-trigger--filled {
@@ -29,15 +28,15 @@
29
28
30
31
.tabs-list .tabs-trigger--filled {
32
- @apply data-[state=active]:text-black;
+ @apply data-[state=active]:text-button-primary-text;
33
34
35
.tabs-list .tabs-trigger--transparent {
36
@apply data-[state=active]:text-text-primary;
37
38
39
.active-tab-indicator {
40
- @apply bg-brand-primary z-behind absolute w-full;
+ @apply bg-button-primary-fill z-behind absolute w-full;
41
42
43
.active-tab-indicator--filled {
0 commit comments