We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33684e2 commit bcd64e1Copy full SHA for bcd64e1
components/Cart/CartItem.vue
@@ -7,7 +7,7 @@
7
type="button"
8
@click="emitRemove"
9
:disabled="isRemoving"
10
- 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"
11
aria-label="Remove item from cart"
12
>
13
<nuxt-img
0 commit comments