Remove image white background in dark mode (#1432) (#1446)

Co-authored-by: Kamil Pastuszka <33246308+kamilpastuszka@users.noreply.github.com>
This commit is contained in:
Jakub Majorek 2021-09-28 14:25:00 +02:00 committed by GitHub
parent a47667a9fb
commit d4ebf69bc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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",

View file

@ -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`,