mirror of
https://github.com/vercel/commerce.git
synced 2025-05-14 05:37:51 +00:00
Update add-to-cart.tsx
This commit is contained in:
parent
7002f0fd0f
commit
0739e200f0
@ -64,7 +64,7 @@ export function AddToCart({
|
||||
{!isPending ? (
|
||||
<span>{availableForSale ? t('cart.add') : t('cart.out-of-stock')}</span>
|
||||
) : (
|
||||
<LoadingDots className="mb-3 bg-white" />
|
||||
<LoadingDots className="my-3 bg-black" />
|
||||
)}
|
||||
</button>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user