Change toggle background color to var(--green) if active

This commit is contained in:
Alec Armbruster 2024-09-16 07:34:17 -07:00
parent 1bf0d98324
commit 382fa01ba1
No known key found for this signature in database
GPG Key ID: 52BC7C84E960FD1B

View File

@ -33,7 +33,7 @@
}
.toggle.enabled {
background: var(--toggle-bg-enabled);
background: var(--green);
}
.toggle.enabled .toggle-switcher {