Fix toggle CSS

This commit is contained in:
Sean King
2020-08-09 15:23:27 -06:00
parent b30dc39f1a
commit c91ca7edd6
2 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@
.react-toggle {
vertical-align: middle;
&-track {
background-color: var(--foreground-color);
}
&-track-check,
&-track-x {
display: flex;