From d8486e90bb81604c4d37ff7d0496e301f2b5a9d5 Mon Sep 17 00:00:00 2001 From: skoved Date: Wed, 27 Aug 2025 09:43:09 -0400 Subject: [PATCH] make file icon in attachment modal in chat page fit light theme better make the file icon in the attachment modal for the chat page an off-white background so that it matches the light theme better and looks the same as the attachment modal on the home page --- src/components/MessageInputActions/AttachSmall.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MessageInputActions/AttachSmall.tsx b/src/components/MessageInputActions/AttachSmall.tsx index 834b3f4..fd7e35c 100644 --- a/src/components/MessageInputActions/AttachSmall.tsx +++ b/src/components/MessageInputActions/AttachSmall.tsx @@ -107,8 +107,8 @@ const AttachSmall = () => { key={i} className="flex flex-row items-center justify-start w-full space-x-3 p-3" > -
- +
+

{file.fileName.length > 25