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);