From 2a56cbf350e014c01abe8b9d7bbc41898ce9c646 Mon Sep 17 00:00:00 2001 From: Stephan <57194608+stephan418@users.noreply.github.com> Date: Tue, 14 Mar 2023 09:02:11 +0100 Subject: [PATCH] Change loader color to white --- src/components/button/Button.module.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/button/Button.module.scss b/src/components/button/Button.module.scss index 2c976cb..265287e 100644 --- a/src/components/button/Button.module.scss +++ b/src/components/button/Button.module.scss @@ -69,6 +69,10 @@ svg { overflow: visible; + circle { + fill: white; + } + @for $i from 1 through 3 { :nth-child(#{$i}) { animation-delay: calc(7 * #{$i}0ms);