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 3204104 commit ea46282Copy full SHA for ea46282
2 files changed
docs/src/pages/demos/snackbars/ConsecutiveSnackbars.js
@@ -8,8 +8,7 @@ import CloseIcon from '@material-ui/icons/Close';
8
9
const styles = theme => ({
10
close: {
11
- width: theme.spacing.unit * 4,
12
- height: theme.spacing.unit * 4,
+ padding: theme.spacing.unit / 2,
13
},
14
});
15
docs/src/pages/demos/snackbars/SimpleSnackbar.js
0 commit comments