From a7c1ee5db161fc097fcdd768ab2edc2dcc47aa5c Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Tue, 6 Jan 2026 19:03:56 +0100 Subject: [PATCH] nit stop button styling (#7499) --- frontend/src/lib/components/copilot/chat/AIChatDisplay.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/copilot/chat/AIChatDisplay.svelte b/frontend/src/lib/components/copilot/chat/AIChatDisplay.svelte index ab978778f9..9b609b9095 100644 --- a/frontend/src/lib/components/copilot/chat/AIChatDisplay.svelte +++ b/frontend/src/lib/components/copilot/chat/AIChatDisplay.svelte @@ -9,6 +9,7 @@ Loader2, MousePointer2, Plus, + Square, TextSelect, X, XIcon @@ -223,9 +224,10 @@ {#if aiChatManager.loading}