Fix theme toggle CSS on dark

This commit is contained in:
Sean King 2020-09-03 17:04:34 -06:00
parent 48083e7f86
commit 529cb0d417
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -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);