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 { &:hover label {
background: $grey-90; background: $grey-90;
color: $grey-00; color: $grey-10;
} }
& input { & input {
display: none; display: none;
&:checked + label { &:checked + label {
background: $blue; background: $grey-90;
color: white; color: $grey-00;
} }
} }