add gentle border to modeling cards

This commit is contained in:
Emi Matchu 2020-09-07 21:06:25 -07:00
parent 75df0cc445
commit 901a6b14f0

View file

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