summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-07-16 09:58:02 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-07-16 09:58:02 +0000
commit4d7c1a759b60fbe79bd0ae37f6133accf47e2ca0 (patch)
tree0f124f84e6c3854dbdeb9833d62a83a39b4dfbbc
parent1d2e70e1c348e8e0c437cedc548bd7a07d95e16f (diff)
parent0f62655a7fa63a27f3af418108f44e3bc4bab980 (diff)
Merged in Feature/iman-unchek-cart (pull request #168)
<iman> update location select all
-rw-r--r--src-migrate/pages/shop/cart/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-migrate/pages/shop/cart/index.tsx b/src-migrate/pages/shop/cart/index.tsx
index 1f89c7a3..2ecf1c03 100644
--- a/src-migrate/pages/shop/cart/index.tsx
+++ b/src-migrate/pages/shop/cart/index.tsx
@@ -80,6 +80,7 @@ const CartPage = () => {
return (
<>
<div className={style['title']}>Keranjang Belanja</div>
+ <div className='h-2' />
<div className='flex items-center object-center mt-2'>
<Checkbox
borderColor='gray.600'
@@ -91,7 +92,6 @@ const CartPage = () => {
{buttonSelectNow? "Select all" : "Unchek all" }
</p>
</div>
- <div className='h-6' />
<div className={style['content']}>
<div className={style['item-wrapper']}>