Skip to content

Commit

Permalink
fix(Radio): shrink for the item
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Oct 28, 2019
1 parent a4ce0b5 commit 37a0621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Radio/Radio.theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const [RadioCircleTag, themeCircle] = createThemeTag(`${name}Circle`, ({ COLORS
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
flexShrink: 0,

width: '16px',
height: '16px',
Expand Down

0 comments on commit 37a0621

Please sign in to comment.