Skip to content

Commit

Permalink
fix(radio): Update radio + checkbox border colors (#834)
Browse files Browse the repository at this point in the history
* fix(radio-button): update border color

* fix(checkbox): update checkbox colors
  • Loading branch information
tw15egan authored and asudoh committed May 31, 2018
1 parent 6230fe3 commit fe52069
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/checkbox/_checkbox.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
top: calc(50% - 9px);
height: rem(18px);
width: rem(18px);
border: $checkbox-border-width solid $ui-04;
border: $checkbox-border-width solid $ui-05;
background-color: $ui-01;
}

Expand Down Expand Up @@ -117,7 +117,7 @@
width: rem(18px);
margin-right: $spacing-xs;
background-color: $ui-01;
border: $checkbox-border-width solid $ui-04;
border: $checkbox-border-width solid $ui-05;
min-width: rem(18px);
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/radio-button/_radio-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@include reset;
background-color: $inverse-01;
border-radius: 50%;
border: $radio-border-width solid $ui-04;
border: $radio-border-width solid $ui-05;
flex-shrink: 0;
height: rem(18px);
width: rem(18px);
Expand Down

0 comments on commit fe52069

Please sign in to comment.