I am trying to use a select field against a dark background, but even with opacity at 100 there is some color coming through making the select field almost invisible. Is it possible to change the color value of a select component?
Hi!
There is currently no options to override this color for a text-input, select or multi select.
But it’s definitely something that we will look into for the future.
For now you have some options:
- Add a parent container to your select component.
- Give the container a white background color.
- Set the border radius for the correct corners matching the border radius of your select container.
This should give you a result like on the attached image:
2 Likes