From 5531fed95e2f99154aabb78f95b9e6445c856a99 Mon Sep 17 00:00:00 2001 From: Mamalizz Date: Fri, 11 Apr 2025 21:39:48 +0330 Subject: [PATCH] changed some style and gif --- frontend/components/cart/global/CartSummary.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/components/cart/global/CartSummary.vue b/frontend/components/cart/global/CartSummary.vue index 7c2d9ab..90aca8b 100644 --- a/frontend/components/cart/global/CartSummary.vue +++ b/frontend/components/cart/global/CartSummary.vue @@ -181,7 +181,7 @@ const handlePayment = () => { ? handleDeleteDiscountCode() : handleSubmitDiscountCode() " - class="text-xs px-5 rounded-e-100 py-1.5 text-white bg-black hover:invert border-[1.5px] border-black hover:border-white transition-all disabled:cursor-not-allowed" + class="text-xs px-5 rounded-e-100 py-1.5 text-white bg-blue-500 hover:bg-transparent hover:text-blue-500 border-[1.5px] border-blue-500 hover:border-white transition-all disabled:cursor-not-allowed" :disabled=" !discountCode.length || submitDiscountCodeIsPending || @@ -206,8 +206,9 @@ const handlePayment = () => { @@ -216,7 +217,11 @@ const handlePayment = () => { v-else :to="{ name: nextPage?.name, query: { gw: nextPage?.query } }" > -