diff --git a/web/src/lib/components/ChatThread.svelte b/web/src/lib/components/ChatThread.svelte
index 1a96c70..0ad8c1c 100644
--- a/web/src/lib/components/ChatThread.svelte
+++ b/web/src/lib/components/ChatThread.svelte
@@ -241,7 +241,7 @@
{/if}
{#if idx === messages.length - 1 && msg.text === '' && (streaming || indicatorDone || error)}
-
+
{#if error}
{:else if indicatorDone}
diff --git a/web/src/lib/components/ToolCallCard.svelte b/web/src/lib/components/ToolCallCard.svelte
index f002737..0640445 100644
--- a/web/src/lib/components/ToolCallCard.svelte
+++ b/web/src/lib/components/ToolCallCard.svelte
@@ -14,7 +14,7 @@
const statusColor = $derived.by(() => {
if (status === 'running') return 'text-primary'
if (status === 'error') return 'text-destructive'
- return 'text-success/60'
+ return 'text-success'
})
const argsSummary = $derived.by(() => {