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 was archived by the owner on Sep 26, 2022. It is now read-only.
I think it should be good to add a way to customize the Select component color, the way we do with TextField.
And check the source code I found that the Select component under the hood uses the TextField and the ListItemGroup.
the TextField has a color prop and the ListItemGroup has also class props that can be used to customize the color
So I think we can pass two props to Select one to specify the color of the TextField and the one the class of the ListItemGroup.
I think it should be good to add a way to customize the Select component color, the way we do with TextField.
And check the source code I found that the Select component under the hood uses the TextField and the ListItemGroup.
the TextField has a color prop and the ListItemGroup has also class props that can be used to customize the color
So I think we can pass two props to Select one to specify the color of the TextField and the one the class of the ListItemGroup.
Example:
This way I think we will be able to customize the Select component color.
The text was updated successfully, but these errors were encountered: