background dark mode
This commit is contained in:
@@ -56,7 +56,7 @@ const CartIndex = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='overflow-y-auto h-full noscrollbar flex flex-col'>
|
<div className='overflow-y-auto h-full noscrollbar flex flex-col bg-background -mx-6 -mt-4 -mb-6 px-6 pt-4 pb-6'>
|
||||||
<div className='grid grid-cols-3 items-center'>
|
<div className='grid grid-cols-3 items-center'>
|
||||||
{isCartEmpty ? (
|
{isCartEmpty ? (
|
||||||
<span></span>
|
<span></span>
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ function OrderDetailInex() {
|
|||||||
}, [cartItems?.data?.coupon?.couponCode, cartItems?.data?.couponDiscount]);
|
}, [cartItems?.data?.coupon?.couponCode, cartItems?.data?.couponDiscount]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className='h-full bg-inherit flex flex-col gap-5'>
|
<div className='h-full bg-background -mx-6 -mt-4 -mb-6 px-6 pt-4 pb-6 flex flex-col gap-5'>
|
||||||
<CheckoutHeader />
|
<CheckoutHeader />
|
||||||
|
|
||||||
<ShippingSection
|
<ShippingSection
|
||||||
|
|||||||
Reference in New Issue
Block a user