Skip to content

Commit

Permalink
fix: Radio button icon width
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumitmaithani committed Jul 16, 2024
1 parent fcf485c commit 00d7a3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const getRadioIconWrapperStyles = ({
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
minWidth: makeSpace(radioSizes.icon[size].width),
width: makeSpace(radioSizes.icon[size].width),
height: makeSpace(radioSizes.icon[size].height),
borderWidth: makeBorderSize(theme.border.width.thick),
Expand Down

0 comments on commit 00d7a3f

Please sign in to comment.