Spaces:
Build error
Build error
loader dots fix
Browse files
src/lib/components/icons/IconLoading.svelte
CHANGED
@@ -4,15 +4,15 @@
|
|
4 |
|
5 |
<div class={"inline-flex h-8 flex-none items-center gap-1 " + classNames}>
|
6 |
<div
|
7 |
-
class="h-1 w-1 animate-bounce rounded-full bg-gray-500 dark:bg-gray-400"
|
8 |
style="animation-delay: 0.25s;"
|
9 |
/>
|
10 |
<div
|
11 |
-
class="h-1 w-1 animate-bounce rounded-full bg-gray-500 dark:bg-gray-400"
|
12 |
style="animation-delay: 0.5s;"
|
13 |
/>
|
14 |
<div
|
15 |
-
class="h-1 w-1 animate-bounce rounded-full bg-gray-500 dark:bg-gray-400"
|
16 |
style="animation-delay: 0.75s;"
|
17 |
/>
|
18 |
</div>
|
|
|
4 |
|
5 |
<div class={"inline-flex h-8 flex-none items-center gap-1 " + classNames}>
|
6 |
<div
|
7 |
+
class="h-1 w-1 flex-none animate-bounce rounded-full bg-gray-500 dark:bg-gray-400"
|
8 |
style="animation-delay: 0.25s;"
|
9 |
/>
|
10 |
<div
|
11 |
+
class="h-1 w-1 flex-none animate-bounce rounded-full bg-gray-500 dark:bg-gray-400"
|
12 |
style="animation-delay: 0.5s;"
|
13 |
/>
|
14 |
<div
|
15 |
+
class="h-1 w-1 flex-none animate-bounce rounded-full bg-gray-500 dark:bg-gray-400"
|
16 |
style="animation-delay: 0.75s;"
|
17 |
/>
|
18 |
</div>
|