diff --git a/src/User/pages/Order/WishlistEmpty.jsx b/src/User/pages/Order/WishlistEmpty.jsx index a4d8eb9b..827d44e7 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 (