shadcn: dark theme displaying dropdown with light theme #2821
Unanswered
PetrovMaksym
asked this question in
Support
Replies: 1 comment
-
Isn't this the shadcn/ui DatePicker on Windows? How does the drop down look like on shadcn? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In dark theme, when using
captionLayout="dropdown"
, the month/year dropdown uses native<select>
elements whose popup stays light (system-styled). The trigger can be dark, but the opened list remains light, causing poor contrast inside a dark UI. Settingcolor-scheme: dark
on the container does not affect the popup.Actual Behavior
captionLayout="dropdown"
is usedcolor-scheme: dark
classNames
/styles
Expected Behavior
color-scheme: dark
for the popup; orScreenshots
Beta Was this translation helpful? Give feedback.
All reactions