forked from crowetic/commerce
style change
This commit is contained in:
parent
a54f1a2cb8
commit
ce8f0235f5
@ -64,6 +64,7 @@ const ProductCard: FC<Props> = ({
|
|||||||
</div>
|
</div>
|
||||||
<div className="absolute z-10 inset-0 flex items-center justify-center">
|
<div className="absolute z-10 inset-0 flex items-center justify-center">
|
||||||
<Image
|
<Image
|
||||||
|
className={cn('w-full object-cover', s['product-image'])}
|
||||||
src={src}
|
src={src}
|
||||||
width={imgWidth}
|
width={imgWidth}
|
||||||
height={imgHeight}
|
height={imgHeight}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user