Skip to content

Commit f5bf7d2

Browse files
author
Yeliazar
committed
Fixes/impruvmants
1 parent 62b0008 commit f5bf7d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/modal/styles.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { makeStyles } from "@material-ui/styles";
22

33
export default makeStyles(theme => ({
44
marginRight: {
5-
marginRight: '5%'
5+
marginRight: theme.spacing(3)
66
},
77
marginTop: {
8-
marginTop: '10px'
8+
marginTop: theme.spacing(3)
99
},
1010
paperItem: {
1111
backgroundColor: theme.palette.primary.light,

0 commit comments

Comments
 (0)