Replies: 1 comment
-
You'll need to use the outlined select's tokens, which look similar to text fields' but have a different prefix. md-outlined-select {
--md-sys-on-primary: **;
--md-outlined-select-text-field-input-text-size: **;
--md-outlined-select-text-field-label-text-size: **;
} For the menu, use the md-outlined-select::part(menu) {
--md-menu-container-color: **;
} |
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.
-
I wish to use outlined select component with a custom css:
How to edit colors for a dropdown menu? What tokens should I use?
Beta Was this translation helpful? Give feedback.
All reactions