diff --git a/components/Cart/CartItem.vue b/components/Cart/CartItem.vue index c37bf71a..834b2e19 100644 --- a/components/Cart/CartItem.vue +++ b/components/Cart/CartItem.vue @@ -3,14 +3,22 @@
Remove:
- + :disabled="isRemoving" + class="flex items-center justify-center w-12 h-12 p-2 rounded-full bg-red-50 hover:bg-red-100 focus:outline-none focus:ring-2 focus:ring-red-400 transition disabled:opacity-50" + aria-label="Remove item from cart" + > +