bug(dark-mode): file upload drop zone border invisible in dark mode #98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Medium — upload zone affordance lost in dark mode
In dark mode (both mobile and desktop), the dashed border of the file upload drop zone is extremely faint against the dark card background. Users cannot tell where the drop target begins and ends, and the zone loses its visual affordance as a draggable target.
The upload icon also renders in a mid-gray that is hard to see on the dark surface.
Fix
Apply a higher-contrast border and icon color specifically in dark mode:
The mint color is used for accents on dark backgrounds throughout the app (avatar circles switch to mint in dark mode — the same principle applies here). A mint dashed border clearly signals "interactive drop target" without being harsh.