Skip to content

Commit

Permalink
Add marginBottom to actionButton (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwblangley authored Sep 10, 2020
1 parent 087af38 commit 879b2c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
}
}))

Expand Down

0 comments on commit 879b2c9

Please sign in to comment.