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'" >