add gentle border to modeling cards
This commit is contained in:
parent
75df0cc445
commit
901a6b14f0
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function ItemModelsList() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function ItemModelCard({ item, currentUserOwnsItem, ...props }) {
|
function ItemModelCard({ item, currentUserOwnsItem, ...props }) {
|
||||||
const borderColor = useColorModeValue("transparent", "green.500");
|
const borderColor = useColorModeValue("gray.100", "green.500");
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Box
|
<Box
|
||||||
|
|
Loading…
Reference in a new issue