Fix styles: disabled toggle

This commit is contained in:
Alex Gleason 2020-06-12 14:54:00 -05:00
parent 64cb0f61ae
commit 1629b52cfc
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -32,7 +32,7 @@
height: 24px;
padding: 0;
border-radius: 30px;
background-color: var(--brand-color);
background-color: var(--foreground-color);
transition: background-color 0.2s ease;
}