From b31650e5f72a1263f45692adf7224925f29752dd Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Tue, 7 Oct 2025 19:37:38 +0100 Subject: [PATCH] box dark mode bg added --- src/components/products/ProductDetails.jsx | 6 +++--- src/components/products/ProductView.jsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/products/ProductDetails.jsx b/src/components/products/ProductDetails.jsx index c8eb989..7d3b99f 100644 --- a/src/components/products/ProductDetails.jsx +++ b/src/components/products/ProductDetails.jsx @@ -51,14 +51,14 @@ export default function ProductDetails() { {(props) => (
+ className='flex flex-col w-full bg-white dark:bg-black-box text-black-body dark:text-white-body rounded-xl p-16 sm:px-20 sm:py-16 shadow'>