Co-authored-by: Kamil Pastuszka <33246308+kamilpastuszka@users.noreply.github.com>
This commit is contained in:
parent
a47667a9fb
commit
d4ebf69bc7
2 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,6 @@ const useStyles = makeStyles(
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
imageContainer: {
|
imageContainer: {
|
||||||
background: "#ffffff",
|
|
||||||
border: "2px solid #eaeaea",
|
border: "2px solid #eaeaea",
|
||||||
borderRadius: theme.spacing(),
|
borderRadius: theme.spacing(),
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
|
|
|
@ -47,7 +47,6 @@ const useStyles = makeStyles(
|
||||||
width: "100%",
|
width: "100%",
|
||||||
maxHeight: 420
|
maxHeight: 420
|
||||||
},
|
},
|
||||||
background: "#ffffff",
|
|
||||||
border: "1px solid #eaeaea",
|
border: "1px solid #eaeaea",
|
||||||
borderRadius: theme.spacing(),
|
borderRadius: theme.spacing(),
|
||||||
margin: `0 auto ${theme.spacing(2)}px`,
|
margin: `0 auto ${theme.spacing(2)}px`,
|
||||||
|
|
Loading…
Reference in a new issue