mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Design Tweaks
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
.root {
|
||||
@apply grid grid-cols-12 w-full gap-6 px-3 py-6 border-b border-primary-accent;
|
||||
@apply grid grid-cols-12 w-full gap-6 px-3 py-6 border-b border-primary-hover;
|
||||
|
||||
&:nth-child(3n + 1) {
|
||||
& .productBg {
|
||||
|
@@ -24,7 +24,7 @@ const WishlistCard: FC<Props> = ({ className, data }) => {
|
||||
<p className="mb-4">
|
||||
Biscuit oat cake wafer icing ice cream tiramisu pudding cupcake.
|
||||
</p>
|
||||
<button className="py-1 px-3 border border-secondary rounded-md shadow-sm">
|
||||
<button className="py-1 px-3 border border-secondary rounded-md shadow-sm hover:bg-primary-hover">
|
||||
Add to cart
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user