ui
ui copied to clipboard
fix(mira): combobox popup background in dark mode
What changed
Fixes an issue where the combobox popup background was transparent when using the Mira theme in dark mode, making options hard to read.
Why
The Mira theme applied dark:bg-input/30 to the combobox popup, which resolves
to a semi-transparent background in dark mode. This change replaces it with
dark:bg-popover, matching other menu components.
Screenshots
Before:
After:
Impact
- Mira theme only
- Dark mode only
- No behavioral or API changes
Fixes #9029
@Hamed-Ajaj is attempting to deploy a commit to the shadcn-pro Team on Vercel.
A member of the Team first needs to authorize it.
I also noticed this same issue
I’m really glad I can be helpful to the community.