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 6949a14 commit 492e70fCopy full SHA for 492e70f
1 file changed
components/dash-core-components/src/components/css/tabs.css
@@ -32,12 +32,12 @@
32
/* Tab selected state */
33
.tab--selected {
34
border-top: 2px solid var(--tabs-primary);
35
- color: black;
36
- background-color: white;
+ color: var(--Dash-Text-Primary);
+ background-color: var(--Dash-Fill-Inverse-Strong);
37
}
38
39
.tab--selected:hover {
40
41
42
43
/* Tab disabled state */
0 commit comments