From b52147c1d92c41c14c264814a7b36efcf59a75af Mon Sep 17 00:00:00 2001 From: Rick Watson Date: Sat, 27 Apr 2019 22:44:46 +0100 Subject: [PATCH] Fix snackbar styling issue --- interface/src/components/SnackbarNotification.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/interface/src/components/SnackbarNotification.js b/interface/src/components/SnackbarNotification.js index 562b1c9..f30c434 100644 --- a/interface/src/components/SnackbarNotification.js +++ b/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, }, });