From d264aec57d58ff65dc294969ebffbac4de6a7d33 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:48:16 +0530 Subject: [PATCH] refactor: update button styling for better user experience in ConnectToolsBanner and enhance document type icon visibility in DocumentNode --- surfsense_web/components/assistant-ui/thread.tsx | 2 +- surfsense_web/components/documents/DocumentNode.tsx | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 597fcce39..edf1ef84a 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -268,7 +268,7 @@ const ConnectToolsBanner: FC<{ isThreadEmpty: boolean }> = ({ isThreadEmpty }) =