Update default style for PartySegmentedControl

This commit is contained in:
Justin Edmund 2022-02-03 01:18:18 -08:00
parent 2277a1eff9
commit 9f6cd27bce

View file

@ -7,15 +7,15 @@
&:hover label {
background: $grey-90;
color: $grey-00;
color: $grey-10;
}
& input {
display: none;
&:checked + label {
background: $blue;
color: white;
background: $grey-90;
color: $grey-00;
}
}