Change InputLabel color of a Select component when clicked/focused
问题 If you look at the components here: https://material-ui.com/components/selects/, you'll see that when clicked, the label moves up and minimizes but also changes color (along with the border / line at the bottom that defines the text). I figured out how to change all the colors EXCEPT the text that minimizes when clicked or focused. If someone can please help me. It's driving me nuts Bonus Points if you can explain how you got to this conclusion so I can learn how to do this myself as well.