diff --git a/components/cart/inline-add-to-cart.tsx b/components/cart/inline-add-to-cart.tsx index 573e68c67..1cc7fdf4f 100644 --- a/components/cart/inline-add-to-cart.tsx +++ b/components/cart/inline-add-to-cart.tsx @@ -54,7 +54,7 @@ export function InlineAddToCart({ }); }} className={clsx( - 'p-4', + 'h-[56px] p-4', 'relative flex w-full items-center justify-center', 'border border-white/20 hover:border-white', 'font-serif text-base tracking-wider text-white', @@ -68,7 +68,7 @@ export function InlineAddToCart({ {!isPending ? ( {availableForSale ? t('cart.add') : t('cart.out-of-stock')} ) : ( - + )} );