background dark mode

This commit is contained in:
hamid zarghami
2025-12-28 16:06:06 +03:30
parent ae6681cbca
commit 1231b6e5f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ const CartIndex = () => {
};
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'>
{isCartEmpty ? (
<span></span>
@@ -91,7 +91,7 @@ function OrderDetailInex() {
}, [cartItems?.data?.coupon?.couponCode, cartItems?.data?.couponDiscount]);
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 />
<ShippingSection