Skip to content

Commit f230e7b

Browse files
committed
changint the max-with to the calculated amount instead of using theme.spacing.unit * 8
1 parent 52674ac commit f230e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/Button/Button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const styles = theme => ({
1313
...theme.typography.button,
1414
lineHeight: '1.4em', // Improve readability for multiline button.
1515
boxSizing: 'border-box',
16-
minWidth: theme.spacing.unit * 8,
16+
minWidth: 64,
1717
minHeight: 36,
1818
padding: '8px 16px',
1919
borderRadius: theme.shape.borderRadius,

0 commit comments

Comments
 (0)