diff --git a/components/cart/add-to-cart.tsx b/components/cart/add-to-cart.tsx index 15582acc3..7a7cd24ba 100644 --- a/components/cart/add-to-cart.tsx +++ b/components/cart/add-to-cart.tsx @@ -50,7 +50,7 @@ export function AddToCart({ }); }} className={clsx( - 'relative flex w-full items-center justify-center rounded-full bg-blue-600 p-4 tracking-wide text-white hover:opacity-90', + 'relative flex w-full items-center justify-center rounded-full bg-gray-600 p-4 tracking-wide text-white hover:opacity-90', { 'cursor-not-allowed opacity-60': !availableForSale, 'cursor-not-allowed': isPending diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index a57841970..4a6ffd0cb 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -176,7 +176,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { Proceed to Checkout diff --git a/components/cart/open-cart.tsx b/components/cart/open-cart.tsx index 14587b2a5..e26faccc2 100644 --- a/components/cart/open-cart.tsx +++ b/components/cart/open-cart.tsx @@ -15,7 +15,7 @@ export default function OpenCart({ /> {quantity ? ( -
+
{quantity}
) : null} diff --git a/components/grid/tile.tsx b/components/grid/tile.tsx index cf9aa49a9..fb6bd636a 100644 --- a/components/grid/tile.tsx +++ b/components/grid/tile.tsx @@ -20,10 +20,10 @@ export function GridTileImage({ return (

{product.title}

-
+