Skip to content

Commit

Permalink
fix: use number for unit-less value
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Aug 22, 2019
1 parent 5cca5fd commit 5f82853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/theme/defaultTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const rawMuiTheme = {
},
MuiButton: {
root: {
lineHeight: "1.5",
lineHeight: 1.5,
padding: `${defaultSpacingUnit}px ${defaultSpacingUnit * 2}px`,
textTransform: "initial"
},
Expand Down

0 comments on commit 5f82853

Please sign in to comment.