From 1a84c2cf62be2658dacf8d701c83b19fdc4b613b Mon Sep 17 00:00:00 2001 From: maria-rcks Date: Thu, 30 Jul 2026 16:03:41 -0400 Subject: [PATCH] style(web): make scroll-to-end pill translucent --- apps/web/src/components/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/ChatView.tsx b/apps/web/src/components/ChatView.tsx index 7aaae278908..f0a918e136f 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -5829,7 +5829,7 @@ function ChatViewContent(props: ChatViewProps) { aria-label="Scroll to end" title="Scroll to end" onClick={() => scrollToEnd(true)} - className="pointer-events-auto flex items-center gap-1.5 rounded-full border border-border/60 bg-card px-3 py-1 text-muted-foreground text-xs shadow-sm transition-colors hover:border-border hover:text-foreground hover:cursor-pointer" + className="chat-composer-glass pointer-events-auto flex items-center gap-1.5 rounded-full border border-border/60 px-3 py-1 text-muted-foreground text-xs shadow-sm transition-colors hover:border-border hover:text-foreground hover:cursor-pointer" > Scroll to end