Skip to content

Commit

Permalink
added button color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahimatestgithub committed Oct 29, 2024
1 parent 50034cc commit 871514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/User/pages/Order/WishlistEmpty.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className="flex flex-col pt-2">
Expand Down

0 comments on commit 871514b

Please sign in to comment.