From 17234435671d05a059429ba5d9740c0c6cb9c2c9 Mon Sep 17 00:00:00 2001 From: Aleksander Grygier Date: Thu, 20 Aug 2026 18:14:00 +0200 Subject: [PATCH] chat : restyle the scroll-to-bottom button to match tab styling Assisted-by: pi --- .../app/chat/ChatScreen/ChatScreenActionScrollDown.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenActionScrollDown.svelte b/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenActionScrollDown.svelte index 6fd27212d9..53de503d66 100644 --- a/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenActionScrollDown.svelte +++ b/tools/ui/src/lib/components/app/chat/ChatScreen/ChatScreenActionScrollDown.svelte @@ -14,6 +14,6 @@ tooltip="Scroll to bottom" size="lg" iconSize={ICON_CLASS_DEFAULT} - class="h-9 w-9 rounded-full bg-accent text-accent-foreground absolute bottom-4 shadow-md" + class="h-9 w-9 rounded-full bg-muted/60 border border-border/50 shadow-sm text-accent-foreground absolute bottom-4" />