From a546eb18a17750e6652b9198714368424745bd39 Mon Sep 17 00:00:00 2001 From: skoved Date: Tue, 26 Aug 2025 21:53:51 -0400 Subject: [PATCH] make file icon in attachment modal fit light theme better make the file icon in the attachment modal black on an off-white background so that it matches the light theme better and looks stylistically equivalent to its look in dark mode --- src/components/MessageInputActions/Attach.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MessageInputActions/Attach.tsx b/src/components/MessageInputActions/Attach.tsx index eb25a89..42722a2 100644 --- a/src/components/MessageInputActions/Attach.tsx +++ b/src/components/MessageInputActions/Attach.tsx @@ -132,8 +132,8 @@ const Attach = ({ showText }: { showText?: boolean }) => { key={i} className="flex flex-row items-center justify-start w-full space-x-3 p-3" > -
- +
+

{file.fileName.length > 25