From 44425760ad426dd8034b6b3a7943c8f6c841bc8d Mon Sep 17 00:00:00 2001 From: Cosmin Date: Wed, 18 Mar 2026 00:23:33 -0400 Subject: [PATCH 1/2] Fix scroll-to-bottom button hover fill --- 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 77cdb0ea1..ad8124c4e 100644 --- a/apps/web/src/components/ChatView.tsx +++ b/apps/web/src/components/ChatView.tsx @@ -3491,7 +3491,7 @@ export default function ChatView({ threadId }: ChatViewProps) {