summaryrefslogtreecommitdiffhomepage
path: root/src/features/chat
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/chat')
-rw-r--r--src/features/chat/ui/Composer.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/chat/ui/Composer.svelte b/src/features/chat/ui/Composer.svelte
index 2484225..0327f93 100644
--- a/src/features/chat/ui/Composer.svelte
+++ b/src/features/chat/ui/Composer.svelte
@@ -152,7 +152,7 @@
{#if status === "queued"}
<!-- Waiting for a concurrency slot — a ring (vs the dots of `running`). -->
<span
- class="loading loading-spinner loading-xs text-primary"
+ class="loading loading-ring loading-xs text-primary"
aria-label="Queued"
title="Waiting for a concurrency slot"
></span>