Skip to content

Commit 5b9d0b7

Browse files
committed
update filled tab styling
1 parent d7cb3ba commit 5b9d0b7

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

packages/ui/src/components/tabs/tabs.module.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
}
1414

1515
.tabs-list--filled {
16-
@apply bg-greyscale-800;
16+
@apply bg-background-sunken inset-shadow-xs;
1717
@apply overflow-hidden rounded-md;
18-
@apply p-1;
1918
}
2019

2120
.tabs-trigger--filled {
@@ -29,15 +28,15 @@
2928
}
3029

3130
.tabs-list .tabs-trigger--filled {
32-
@apply data-[state=active]:text-black;
31+
@apply data-[state=active]:text-button-primary-text;
3332
}
3433

3534
.tabs-list .tabs-trigger--transparent {
3635
@apply data-[state=active]:text-text-primary;
3736
}
3837

3938
.active-tab-indicator {
40-
@apply bg-brand-primary z-behind absolute w-full;
39+
@apply bg-button-primary-fill z-behind absolute w-full;
4140
}
4241

4342
.active-tab-indicator--filled {

0 commit comments

Comments
 (0)