Browse Source

Fix snackbar styling issue

master
Rick Watson 5 years ago
parent
commit
b52147c1d9
  1. 3
      interface/src/components/SnackbarNotification.js

3
interface/src/components/SnackbarNotification.js

@ -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,
},
});

Loading…
Cancel
Save