diff --git a/frontend/src/lib/components/button/Submit.svelte b/frontend/src/lib/components/button/Submit.svelte index e7daefc..4c51767 100644 --- a/frontend/src/lib/components/button/Submit.svelte +++ b/frontend/src/lib/components/button/Submit.svelte @@ -20,7 +20,7 @@ input { @apply hover:cursor-pointer; @apply bg-sspsBlue hover:bg-sspsBlueDark - @apply @apply rounded-lg p-3 text-xl font-semibold + @apply rounded-lg p-3 text-xl font-semibold text-white transition-colors duration-300; @apply w-full; }