Skip to content

Commit

Permalink
fix(radio-button): add reset to radio button group (#8887)
Browse files Browse the repository at this point in the history
Co-authored-by: Taylor Jones <[email protected]>
  • Loading branch information
SimonFinney and tay1orjones authored Jun 11, 2021
1 parent de323e3 commit 8e6964e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
/// @group radio-button
@mixin radio-button {
.#{$prefix}--radio-button-group {
@include reset;

display: flex;
align-items: center;
}
Expand Down

0 comments on commit 8e6964e

Please sign in to comment.