Skip to content

Commit 5e9b3fc

Browse files
fix(radio-button): margin bug fix (#7133)
* fix(radio-button): margin bug fix * Update packages/components/src/components/radio-button/_radio-button.scss Co-authored-by: Josh Black <josh@josh.black> * fix(radio-button): added left margin Co-authored-by: andrea.cardonaibm.com <andrea.cardonaibm.com> Co-authored-by: Josh Black <josh@josh.black>
1 parent a45b20a commit 5e9b3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/components/radio-button/_radio-button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
flex-shrink: 0;
7272
width: rem(18px);
7373
height: rem(18px);
74-
margin-right: $carbon--spacing-03;
74+
margin: 2px $carbon--spacing-03 2px $carbon--spacing-03;
7575
background-color: transparent;
7676
border: $radio-border-width solid $icon-01;
7777
border-radius: 50%;

0 commit comments

Comments
 (0)