Skip to content

Commit 14ab785

Browse files
committed
refactor styles
1 parent a983ccf commit 14ab785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/ProductCard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,17 @@ const ProductCard = ({
8686
return (
8787
<Flex
8888
className={cn(
89-
"text-text bg-searchBackground flex-col justify-between",
89+
"flex-col justify-between bg-background-highlight",
9090
"shadow-product-card",
91-
"rounded-base border border-gray-100 no-underline",
91+
"rounded-base border no-underline",
9292
"hover:scale-[1.02] hover:transition-transform"
9393
)}
9494
>
9595
<Center
9696
className="min-h-[200px] shadow-product-card-img-container"
9797
style={{ backgroundColor: bgProp }}
9898
>
99-
<TwImage src={image} alt={alt} className="w-[100px] self-center" />
99+
<TwImage src={image} alt={alt} height="100" className="self-center" />
100100
</Center>
101101
<Flex className="h-full flex-col p-6 text-left">
102102
{githubRepoStars > 0 && (

0 commit comments

Comments
 (0)