From 8573fd88f6f9ddc3176992be0d28407545edac8b Mon Sep 17 00:00:00 2001 From: subnub <44621867+subnub@users.noreply.github.com> Date: Sat, 7 Dec 2024 02:01:06 -0500 Subject: [PATCH] fixed color --- src/styles/components/_Spinner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_Spinner.scss b/src/styles/components/_Spinner.scss index 4f29a3a..6016b64 100644 --- a/src/styles/components/_Spinner.scss +++ b/src/styles/components/_Spinner.scss @@ -90,8 +90,8 @@ appearance: none; border-radius: 3px; border: none; - background-color: green; margin-top: 15px; + @apply bg-green-600; } .custom-progress.indeterminate {