I'm experimenting with MaterialUI and trying to figure out how to customize the underline and text color of the Select
component when an item is selected. Currently, the underline and label appear blue after selection with a gray background. Is there a way to change these colors?
I checked the documentation here but couldn't find an underline
CSS API option, so I'm not sure where to make these style changes.
Any help would be greatly appreciated!