transparent bg & thicker selection border

This commit is contained in:
sektordv 2021-06-09 17:26:48 +02:00
parent 4e65418c51
commit 7eb6d548d8

View file

@ -21,7 +21,7 @@ const useStyles = makeStyles(
width: "100%"
},
imageContainer: {
background: "#ffffff",
background: "transparent",
border: "1px solid #eaeaea",
borderRadius: theme.spacing(),
cursor: "pointer",
@ -43,7 +43,8 @@ const useStyles = makeStyles(
}
},
selectedImageContainer: {
borderColor: theme.palette.primary.main
borderColor: theme.palette.primary.main,
borderWidth: "2px"
}
}),
{ name: "ProductVariantImageSelectDialog" }