Change border color of Select component in MUI
How do I change the hover and focus border color of the Select component in MUI?
I was able to change the border color using the class provided by MUI, but I can't do the same on hover and focus
(Hover is currently black, and the focus is blue but I'm trying to make it white)
Here's my code:
0 Replies