Fix theme toggle CSS on dark
This commit is contained in:
parent
48083e7f86
commit
529cb0d417
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@
|
|||
.setting-toggle {
|
||||
margin-left: 10px;
|
||||
|
||||
.react-toggle-track {
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.react-toggle--checked {
|
||||
.react-toggle-track {
|
||||
background-color: var(--accent-color);
|
||||
|
|
Loading…
Reference in a new issue