Fix snackbar styling issue

This commit is contained in:
Rick Watson 2019-04-27 22:44:46 +01:00
parent 348e65ba4b
commit b52147c1d9

View File

@ -7,8 +7,7 @@ import CloseIcon from '@material-ui/icons/Close';
const styles = theme => ({
close: {
width: theme.spacing.unit * 4,
height: theme.spacing.unit * 4,
padding: theme.spacing.unit / 2,
},
});