From e0908c89dae8fda27a1c5b9fc704745b64ce3ca9 Mon Sep 17 00:00:00 2001 From: nomad Date: Thu, 5 Jun 2025 22:41:07 +0300 Subject: [PATCH] Crest fill fixed --- src/lib/components/atoms/Crest.svelte | 6 ++++-- src/lib/scss/_animations.scss | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/lib/components/atoms/Crest.svelte b/src/lib/components/atoms/Crest.svelte index 9069a37..6af597c 100644 --- a/src/lib/components/atoms/Crest.svelte +++ b/src/lib/components/atoms/Crest.svelte @@ -1,11 +1,12 @@ diff --git a/src/lib/scss/_animations.scss b/src/lib/scss/_animations.scss index 4a6db82..e55ae29 100644 --- a/src/lib/scss/_animations.scss +++ b/src/lib/scss/_animations.scss @@ -71,7 +71,8 @@ } 100% { - fill: transparent; + fill: #181A1B; + fill-rule: evenodd; stroke: var(--color--text); stroke-dashoffset: -25%; stroke-dasharray: 50% 0;