From 871514b5a3c306b8ea4ffe159d779312790e075a Mon Sep 17 00:00:00 2001 From: Mahimatestgithub Date: Tue, 29 Oct 2024 15:44:04 +0530 Subject: [PATCH 1/2] added button color --- src/User/pages/Order/WishlistEmpty.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User/pages/Order/WishlistEmpty.jsx b/src/User/pages/Order/WishlistEmpty.jsx index a4d8eb9be..827d44e73 100644 --- a/src/User/pages/Order/WishlistEmpty.jsx +++ b/src/User/pages/Order/WishlistEmpty.jsx @@ -4,7 +4,7 @@ import empty from "../../../assets/emptyWishlist.png"; const WishlistEmpty = () => { const buttonBgClass = - "bg-blue-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition duration-300 ease-in-out mt-3"; + "bg-[#4a7c5e] text-white px-4 py-2 rounded-lg hover:bg-[#3b624d] transition duration-300 ease-in-out mt-3"; return (
From c769d0e2db44dbfc46ca81db75be9fa735f09c31 Mon Sep 17 00:00:00 2001 From: Mahimatestgithub Date: Tue, 29 Oct 2024 15:48:03 +0530 Subject: [PATCH 2/2] changed button color --- src/User/pages/Dashboard/dashboard-wishlist.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User/pages/Dashboard/dashboard-wishlist.jsx b/src/User/pages/Dashboard/dashboard-wishlist.jsx index 6c467c4f0..cbc8d416f 100644 --- a/src/User/pages/Dashboard/dashboard-wishlist.jsx +++ b/src/User/pages/Dashboard/dashboard-wishlist.jsx @@ -155,7 +155,7 @@ const DashboardWishlist = () => { type="button" className={`${buttonBgClass} w-full sm:w-auto`} onClick={onClearWishlist}> - Clear Wishlist ❤️ + Clear Wishlist ❤️a