From 8f7579c2f5f5268ef004bf887c300bf07005653e Mon Sep 17 00:00:00 2001 From: Daniel Lew Date: Mon, 2 Mar 2026 18:08:58 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=AB=B3=20fix:=20Restore=20Background=20on?= =?UTF-8?q?=20Drag=20and=20Drop=20Overlay=20(#12017)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The drag & drop background was practically translucent, which made it hard to see the rest of the overlay (especially on light mode). Now, we no longer make the background translucent, so you can see the overlay clearly. --- client/src/components/Chat/Input/Files/DragDropOverlay.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Chat/Input/Files/DragDropOverlay.tsx b/client/src/components/Chat/Input/Files/DragDropOverlay.tsx index f5f45e2b88..43700206c3 100644 --- a/client/src/components/Chat/Input/Files/DragDropOverlay.tsx +++ b/client/src/components/Chat/Input/Files/DragDropOverlay.tsx @@ -36,7 +36,7 @@ const DragDropOverlay = memo(({ isActive }: DragDropOverlayProps) => { }} > {/** Content area with subtle background */} -
+