We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52674ac commit f230e7bCopy full SHA for f230e7b
packages/material-ui/src/Button/Button.js
@@ -13,7 +13,7 @@ export const styles = theme => ({
13
...theme.typography.button,
14
lineHeight: '1.4em', // Improve readability for multiline button.
15
boxSizing: 'border-box',
16
- minWidth: theme.spacing.unit * 8,
+ minWidth: 64,
17
minHeight: 36,
18
padding: '8px 16px',
19
borderRadius: theme.shape.borderRadius,
0 commit comments