Skip to content

Commit 492e70f

Browse files
committed
Fix hardcoded colours used in tabs
1 parent 6949a14 commit 492e70f

File tree

1 file changed

+3
-3
lines changed
  • components/dash-core-components/src/components/css

1 file changed

+3
-3
lines changed

components/dash-core-components/src/components/css/tabs.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
/* Tab selected state */
3333
.tab--selected {
3434
border-top: 2px solid var(--tabs-primary);
35-
color: black;
36-
background-color: white;
35+
color: var(--Dash-Text-Primary);
36+
background-color: var(--Dash-Fill-Inverse-Strong);
3737
}
3838

3939
.tab--selected:hover {
40-
background-color: white;
40+
background-color: var(--Dash-Fill-Inverse-Strong);
4141
}
4242

4343
/* Tab disabled state */

0 commit comments

Comments
 (0)