From 901a6b14f00baada86372956110432c617288287 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 7 Sep 2020 21:06:25 -0700 Subject: [PATCH] add gentle border to modeling cards --- src/app/ModelingPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ModelingPage.js b/src/app/ModelingPage.js index 9abc39c2..c1e02b10 100644 --- a/src/app/ModelingPage.js +++ b/src/app/ModelingPage.js @@ -83,7 +83,7 @@ function ItemModelsList() { } function ItemModelCard({ item, currentUserOwnsItem, ...props }) { - const borderColor = useColorModeValue("transparent", "green.500"); + const borderColor = useColorModeValue("gray.100", "green.500"); return (