🫳 fix: Restore Background on Drag and Drop Overlay (#12017)

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.
This commit is contained in:
Daniel Lew 2026-03-02 18:08:58 -08:00 committed by GitHub
parent 8130db577f
commit 8f7579c2f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ const DragDropOverlay = memo(({ isActive }: DragDropOverlayProps) => {
}}
>
{/** Content area with subtle background */}
<div className="bg-surface-primary/95 flex flex-col items-center rounded-lg p-8 shadow-xl">
<div className="flex flex-col items-center rounded-lg bg-surface-primary p-8 shadow-xl">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 132 108"