diff options
Diffstat (limited to 'src/lib/cart/components')
| -rw-r--r-- | src/lib/cart/components/Cart.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cart/components/Cart.jsx b/src/lib/cart/components/Cart.jsx index 8400857d..1131fed7 100644 --- a/src/lib/cart/components/Cart.jsx +++ b/src/lib/cart/components/Cart.jsx @@ -288,7 +288,7 @@ const Cart = () => { <DesktopView> <div className='container mx-auto py-10 flex'> - <div className='w-9/12 border border-gray_r-6 rounded bg-white p-4'> + <div className='w-9/12 border border-gray_r-6 rounded bg-white p-4 pt-6'> <h1 className='text-title-sm font-semibold mb-6'>Daftar Produk Belanja</h1> <table className='table-cart'> |
