Theme toggle: use dark bg in tabs-bar again
This commit is contained in:
parent
8e200e7e12
commit
f89f4e08fe
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@
|
|||
margin-left: 10px;
|
||||
|
||||
.react-toggle-track {
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
background-color: var(--foreground-color);
|
||||
}
|
||||
|
||||
.react-toggle--checked {
|
||||
|
|
Loading…
Reference in a new issue