fix: Remove unnecessary css variable and hover state
- Removed wish-red variable
- Removed hover state from remove wishlist item button in card
- Removed inline css from wishlist item card
diff --git a/erpnext/templates/includes/macros.html b/erpnext/templates/includes/macros.html
index 77c5649..2d771b4 100644
--- a/erpnext/templates/includes/macros.html
+++ b/erpnext/templates/includes/macros.html
@@ -165,7 +165,7 @@
{%- macro wishlist_card(item, settings) %}
-<div class="col-sm-3 item-card" style="min-width: 220px;">
+<div class="col-sm-3 item-card">
<div class="card text-center">
{% if item.image %}
<div class="card-img-container">