diff --git a/packages/client/src/components/global/loading.vue b/packages/client/src/components/global/loading.vue index 6fe32dbfb..698c75a03 100644 --- a/packages/client/src/components/global/loading.vue +++ b/packages/client/src/components/global/loading.vue @@ -92,7 +92,7 @@ const props = withDefaults(defineProps<{ .path { stroke: var(--accent); stroke-linecap: round; - animation: dash 1.5s ease-in-out infinite; + animation: dash 1.2s ease-in-out infinite; }