From 0edc9d9987a6fd78b71b496f5efadb42e7f5b2f4 Mon Sep 17 00:00:00 2001 From: EETagent Date: Mon, 16 Jan 2023 22:27:58 +0100 Subject: [PATCH] fix: remove @apply --- frontend/src/lib/components/button/Submit.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }