transparent bg & thicker selection border
This commit is contained in:
parent
4e65418c51
commit
7eb6d548d8
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@ const useStyles = makeStyles(
|
||||||
width: "100%"
|
width: "100%"
|
||||||
},
|
},
|
||||||
imageContainer: {
|
imageContainer: {
|
||||||
background: "#ffffff",
|
background: "transparent",
|
||||||
border: "1px solid #eaeaea",
|
border: "1px solid #eaeaea",
|
||||||
borderRadius: theme.spacing(),
|
borderRadius: theme.spacing(),
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
|
@ -43,7 +43,8 @@ const useStyles = makeStyles(
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
selectedImageContainer: {
|
selectedImageContainer: {
|
||||||
borderColor: theme.palette.primary.main
|
borderColor: theme.palette.primary.main,
|
||||||
|
borderWidth: "2px"
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
{ name: "ProductVariantImageSelectDialog" }
|
{ name: "ProductVariantImageSelectDialog" }
|
||||||
|
|
Loading…
Reference in a new issue