Skip to content

Commit

Permalink
Merge pull request #2424 from Mahimatestgithub/buttons
Browse files Browse the repository at this point in the history
Issue #2391       changed button color in whishlist
  • Loading branch information
codervivek5 authored Oct 29, 2024
2 parents 84ba995 + c769d0e commit e24711f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/User/pages/Dashboard/dashboard-wishlist.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const DashboardWishlist = () => {
type="button"
className={`${buttonBgClass} w-full sm:w-auto`}
onClick={onClearWishlist}>
Clear Wishlist ❤
Clear Wishlist ❤️a
</button>
</div>
</>
Expand Down
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 e24711f

Please sign in to comment.