diff --git a/packages/client/src/components/global/loading.vue b/packages/client/src/components/global/loading.vue index 22f22cbe29..6fe32dbfb3 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; }