You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
Also, I'd like to be able to change the backgroundColor of a DropdownMenu.Item, but _hover is superseded by :not(:diabled):hover and I don't see anything in the API to override that.
Describe the solution you'd like
I'd like to be able to customize colors on a mode basis within ThemeConfig without overriding the default palette. I like the default palette, but feel that the backgrounds of the dropdown menus should stand out more from the background color of the rest of the page.
Describe alternatives you've considered
Just about every combination of things TypeScript will allow.
It's entirely possible that this is user error. If so, I'd ask that the documentation on theming be updated to include examples of nested components.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Since this works:
it feels like this should be possible in ThemeConfig:
But it isn't.
Also, I'd like to be able to change the backgroundColor of a DropdownMenu.Item, but _hover is superseded by :not(:diabled):hover and I don't see anything in the API to override that.
Describe the solution you'd like
I'd like to be able to customize colors on a mode basis within ThemeConfig without overriding the default palette. I like the default palette, but feel that the backgrounds of the dropdown menus should stand out more from the background color of the rest of the page.
Describe alternatives you've considered
Just about every combination of things TypeScript will allow.
It's entirely possible that this is user error. If so, I'd ask that the documentation on theming be updated to include examples of nested components.
The text was updated successfully, but these errors were encountered: