Skip to content

Commit

Permalink
changint the max-with to the calculated amount instead of using theme…
Browse files Browse the repository at this point in the history
….spacing.unit * 8
  • Loading branch information
davinci-team authored and oliviertassinari committed Jul 9, 2018
1 parent 4bf3843 commit b547f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Button/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const styles = theme => ({
...theme.typography.button,
lineHeight: '1.4em', // Improve readability for multiline button.
boxSizing: 'border-box',
minWidth: theme.spacing.unit * 8,
minWidth: 64,
minHeight: 36,
padding: '8px 16px',
borderRadius: theme.shape.borderRadius,
Expand Down

0 comments on commit b547f5b

Please sign in to comment.