From a05fe3ca072af930b2a33edf0cae29721ec49719 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Thu, 15 Jan 2026 18:39:37 +0530 Subject: [PATCH] refactor: update document mention picker styling for improved visibility. --- .../components/new-chat/document-mention-picker.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/surfsense_web/components/new-chat/document-mention-picker.tsx b/surfsense_web/components/new-chat/document-mention-picker.tsx index ba9e4ea95..f7f948d41 100644 --- a/surfsense_web/components/new-chat/document-mention-picker.tsx +++ b/surfsense_web/components/new-chat/document-mention-picker.tsx @@ -329,7 +329,7 @@ export const DocumentMentionPicker = forwardRef< ) : actualDocuments.length === 0 ? (
- +

No documents found

) : ( @@ -337,7 +337,7 @@ export const DocumentMentionPicker = forwardRef< {/* SurfSense Documentation Section */} {surfsenseDocsList.length > 0 && ( <> -
+
SurfSense Docs
{surfsenseDocsList.map((doc) => { @@ -385,7 +385,7 @@ export const DocumentMentionPicker = forwardRef< {/* User Documents Section */} {userDocsList.length > 0 && ( <> -
+
Your Documents
{userDocsList.map((doc) => {