Compare commits
1 Commits
version_7
...
946248df65
| Author | SHA1 | Date | |
|---|---|---|---|
| 946248df65 |
@@ -137,6 +137,12 @@ const ProductCardItem = memo(({
|
||||
{product.price}
|
||||
</p>
|
||||
</div>
|
||||
<button
|
||||
className={cls("bg-primary-cta text-secondary-cta px-4 py-2 rounded-full text-sm font-medium", actionButtonClassName)}
|
||||
style={{ borderRadius: theme.borderRadius }}
|
||||
>
|
||||
Buy
|
||||
</button>
|
||||
</article>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user