Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Add support to customize Select Component color #200

Open
pmutshipayi opened this issue Mar 29, 2021 · 0 comments
Open

Add support to customize Select Component color #200

pmutshipayi opened this issue Mar 29, 2021 · 0 comments

Comments

@pmutshipayi
Copy link

pmutshipayi commented Mar 29, 2021

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:

   <Select textFieldColor="#1DA57A" listClass="green-text" />

This way I think we will be able to customize the Select component color.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant