Theme toggle: use dark bg in tabs-bar again

This commit is contained in:
Alex Gleason 2020-09-03 23:51:16 -05:00
parent 8e200e7e12
commit f89f4e08fe
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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 {