Skip to content

Commit

Permalink
Merge pull request #69 from reactioncommerce/67-fix-button-lineheight
Browse files Browse the repository at this point in the history
fix(button): set line-height to 1.5, resulting in 40px high buttons
  • Loading branch information
mikemurray authored Aug 22, 2019
2 parents 07b8ef0 + 5f82853 commit 84eae0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export const rawMuiTheme = {
},
MuiButton: {
root: {
lineHeight: 1.5,
padding: `${defaultSpacingUnit}px ${defaultSpacingUnit * 2}px`,
textTransform: "initial"
},
Expand Down

0 comments on commit 84eae0f

Please sign in to comment.