Skip to content

Commit

Permalink
fix(Radio): adjust label width for radio width
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Oct 28, 2019
1 parent f23a3cc commit dc061b0
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 @@ -72,6 +72,7 @@ const [RadioTextTag, themeText] = createThemeTag(`${name}Text`, ({ FONTS }: *):
...FONTS.BODY_2,
cursor: 'pointer',
paddingLeft: '8px',
flex: 1,
},
}));

Expand Down

0 comments on commit dc061b0

Please sign in to comment.