Skip to content

Commit b52147c

Browse files
committed
Fix snackbar styling issue
1 parent 348e65b commit b52147c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

interface/src/components/SnackbarNotification.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ import CloseIcon from '@material-ui/icons/Close';
77

88
const styles = theme => ({
99
close: {
10-
width: theme.spacing.unit * 4,
11-
height: theme.spacing.unit * 4,
10+
padding: theme.spacing.unit / 2,
1211
},
1312
});
1413

0 commit comments

Comments
 (0)