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" />