Skip to content

Commit

Permalink
attemting to fix Issue mui#11837 ( where the CircularProgress size we…
Browse files Browse the repository at this point in the history
…re incorrect when rendered in a Dialog )
  • Loading branch information
davinci-team committed Jul 7, 2018
1 parent 3adacc8 commit 52674ac
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: 88,
minWidth: theme.spacing.unit * 8,
minHeight: 36,
padding: '8px 16px',
borderRadius: theme.shape.borderRadius,
Expand Down

0 comments on commit 52674ac

Please sign in to comment.