Skip to content

Commit

Permalink
fix(button): default button lineheight is 1.5, default height is now 40
Browse files Browse the repository at this point in the history
Signed-off-by: Machiko Yasuda <[email protected]>
  • Loading branch information
Machiko Yasuda committed Aug 19, 2019
1 parent 6dfed35 commit 5cca5fd
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 5cca5fd

Please sign in to comment.