From 3b2fca97aa284cd5e89166ffc199abf2a20ba9e7 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Fri, 30 Jan 2026 11:50:48 -0700 Subject: [PATCH] Fixed button shadow --- src/components/sections/ContactSection.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/sections/ContactSection.vue b/src/components/sections/ContactSection.vue index 46f2933..812acf2 100644 --- a/src/components/sections/ContactSection.vue +++ b/src/components/sections/ContactSection.vue @@ -235,10 +235,10 @@ ${message.value}`, class="btn btn-lg w-full shadow-lg transition-all duration-300" :class="[ status === 'success' - ? 'btn-success text-white shadow-success/25' + ? 'btn-success text-white' : status === 'error' - ? 'btn-error text-white shadow-error/25' - : 'btn-primary shadow-primary/25 hover:shadow-xl hover:shadow-primary/30', + ? 'btn-error text-white' + : 'btn-primary', ]" :disabled="status === 'sending' || status === 'success'" >