From 33684e21f1802570ecd8f75b51addd904273ab63 Mon Sep 17 00:00:00 2001 From: w3bdesign <45217974+w3bdesign@users.noreply.github.com> Date: Mon, 30 Jun 2025 04:41:13 +0200 Subject: [PATCH 1/2] Decrease size remove button --- components/Cart/CartItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Cart/CartItem.vue b/components/Cart/CartItem.vue index 834b2e19..5214533e 100644 --- a/components/Cart/CartItem.vue +++ b/components/Cart/CartItem.vue @@ -7,7 +7,7 @@ type="button" @click="emitRemove" :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" + class="flex items-center justify-center w-10 h-10 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" > Date: Mon, 30 Jun 2025 04:41:33 +0200 Subject: [PATCH 2/2] Remove background --- components/Cart/CartItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Cart/CartItem.vue b/components/Cart/CartItem.vue index 5214533e..d1424c0b 100644 --- a/components/Cart/CartItem.vue +++ b/components/Cart/CartItem.vue @@ -7,7 +7,7 @@ type="button" @click="emitRemove" :disabled="isRemoving" - class="flex items-center justify-center w-10 h-10 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" + class="flex items-center justify-center w-10 h-10 p-2 rounded-full hover:bg-red-100 focus:outline-none focus:ring-2 focus:ring-red-400 transition disabled:opacity-50" aria-label="Remove item from cart" >