Skip to content

Commit

Permalink
fix(radio-button): make background color transparent (#2238)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Mar 29, 2019
1 parent f184f1b commit 74d1168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/radio-button/_radio-button.scss
Expand Up @@ -171,7 +171,7 @@

.#{$prefix}--radio-button__appearance {
@include reset;
background-color: $inverse-01;
background-color: transparent;
border-radius: 50%;
border: $radio-border-width solid $ui-05;
flex-shrink: 0;
Expand Down

0 comments on commit 74d1168

Please sign in to comment.