diff --git a/components/Segment/index.scss b/components/Segment/index.scss index 4cb924dc..13de3482 100644 --- a/components/Segment/index.scss +++ b/components/Segment/index.scss @@ -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; } }