Fix styles: disabled toggle

This commit is contained in:
Alex Gleason
2020-06-12 14:54:00 -05:00
parent 64cb0f61ae
commit 1629b52cfc

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;
}