diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-07 11:02:06 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-07 11:02:06 +0700 |
| commit | a9c90f0c7cb3b6e702c66dd26851c9ec364017c6 (patch) | |
| tree | 02ef138da0ef6e347ea4380d435d9aef48964da1 /src/lib/product/components/Product/ProductDesktopVariant.jsx | |
| parent | 33411e1b5f35b21b1dc0c35528900c9a5ed93ef7 (diff) | |
<Miqdad> match prod variant with prod detail website
Diffstat (limited to 'src/lib/product/components/Product/ProductDesktopVariant.jsx')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktopVariant.jsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index f876d369..e770d66b 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -565,7 +565,8 @@ const ProductDesktopVariant = ({ <Button onClick={() => handleAddToCart(product.id)} className='w-full' - colorScheme='yellow' + colorScheme='red' + variant={'outline'} > Keranjang </Button> |
