From 5c94ffd1c6cea8c006c36bd460a438bf56f6eb2e Mon Sep 17 00:00:00 2001 From: abhivyakti2 <143368698+abhivyakti2@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:36:17 +0530 Subject: [PATCH 1/2] Update WishlistEmpty Explore button color Updated the color of the mismatched button to align with the style of similar buttons and the overall site theme. --- 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..e6be260e9 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-green-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition duration-300 ease-in-out mt-3"; return (
From 9fb68b49524757ba4608791430a25c909a0bf5e6 Mon Sep 17 00:00:00 2001 From: abhivyakti2 <143368698+abhivyakti2@users.noreply.github.com> Date: Sat, 19 Oct 2024 00:41:16 +0530 Subject: [PATCH 2/2] Update Wishlist Explore button color Updated the color of the mismatched button to align with the style of similar buttons and the overall site theme. --- 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 e6be260e9..b710aa97d 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-green-600 text-white px-4 py-2 rounded-lg hover:bg-blue-700 transition duration-300 ease-in-out mt-3"; + "bg-green-600 text-white px-4 py-2 rounded-lg hover:bg-green-700 transition duration-300 ease-in-out mt-3"; return (