File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,17 +86,17 @@ const ProductCard = ({
86
86
return (
87
87
< Flex
88
88
className = { cn (
89
- "text-text bg-searchBackground flex-col justify-between" ,
89
+ "flex-col justify-between bg-background-highlight " ,
90
90
"shadow-product-card" ,
91
- "rounded-base border border-gray-100 no-underline" ,
91
+ "rounded-base border no-underline" ,
92
92
"hover:scale-[1.02] hover:transition-transform"
93
93
) }
94
94
>
95
95
< Center
96
96
className = "min-h-[200px] shadow-product-card-img-container"
97
97
style = { { backgroundColor : bgProp } }
98
98
>
99
- < TwImage src = { image } alt = { alt } className = "w-[100px] self-center" />
99
+ < TwImage src = { image } alt = { alt } height = "100" className = " self-center" />
100
100
</ Center >
101
101
< Flex className = "h-full flex-col p-6 text-left" >
102
102
{ githubRepoStars > 0 && (
You can’t perform that action at this time.
0 commit comments