diff --git a/src/style.js b/src/style.js index 5313c2d..da9f7e4 100644 --- a/src/style.js +++ b/src/style.js @@ -47,7 +47,8 @@ const useStyles = makeStyles(theme => ({ }, actionButton: { marginLeft: theme.spacing(1), - marginRight: theme.spacing(1) + marginRight: theme.spacing(1), + marginBottom: theme.spacing(1), } }))