From 1fa7bbdb877f91d1a48505cbcdb348e31bc3696f Mon Sep 17 00:00:00 2001 From: MuhammadShakkeer2030 Date: Tue, 10 Sep 2024 18:43:52 +0530 Subject: [PATCH 1/2] added attractive backgorund colors - backgroundColor:{ primaryColor: #e2dfd2, secondaryColor: #c7b6a3 --- src/App.tsx | 2 +- src/components/CustomProductsRows.tsx | 2 +- src/components/Header.tsx | 2 +- src/components/HeaderCategory.tsx | 2 +- tailwind.config.js | 2 ++ 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 18453fd..e72adcb 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -37,7 +37,7 @@ const App: FC = () => { } return ( -
+
{showPopUp && }
{ }} /> Loading...
} > diff --git a/src/components/CustomProductsRows.tsx b/src/components/CustomProductsRows.tsx index 8230ed1..a0ee0e0 100644 --- a/src/components/CustomProductsRows.tsx +++ b/src/components/CustomProductsRows.tsx @@ -64,7 +64,7 @@ const CustomProductsRows: FC = ({ title, endProducts, starProducts }) // e.preventDefault(); // Prevent the default window scroll behavior when using touch events (optional) }; return ( -
+