From 979c7cc83922b11b89af16ca1625eea4b3abe0f3 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 27 Jul 2022 12:32:14 -0700 Subject: [PATCH] LOADING ANIMATION IS FINALLY FIXED --- packages/client/src/components/global/loading.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/client/src/components/global/loading.vue b/packages/client/src/components/global/loading.vue index 22f22cbe2..6fe32dbfb 100644 --- a/packages/client/src/components/global/loading.vue +++ b/packages/client/src/components/global/loading.vue @@ -87,12 +87,12 @@ const props = withDefaults(defineProps<{ width: var(--size); height: var(--size); animation: spin 2s linear infinite; +} - &.path { - stroke: var(--accent); - stroke-linecap: round; - animation: dash 1.5s ease-in-out infinite; - } +.path { + stroke: var(--accent); + stroke-linecap: round; + animation: dash 1.5s ease-in-out infinite; }