Compare commits
1 Commits
version_11
...
1dc3f48acb
| Author | SHA1 | Date | |
|---|---|---|---|
| 1dc3f48acb |
@@ -138,10 +138,9 @@ const ProductCardItem = memo(({
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
className={cls("bg-primary-cta text-secondary-cta rounded-lg px-4 py-2 mt-4", actionButtonClassName)}
|
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
|
||||||
onClick={(e) => e.stopPropagation()}
|
|
||||||
>
|
>
|
||||||
ADD TO CART
|
Buy
|
||||||
</button>
|
</button>
|
||||||
</article>
|
</article>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user