mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 05:05:44 +00:00
This pull request fixes the issue with the choose file text color in dark mode. The changes ensure that the text color is correctly displayed in dark mode. the reason this bug doesn't happen in the shadcn website is because it sets `color-scheme:dark` on the document; this fix makes sure this always works even if color scheme isn't set. Closes #4842  