Trying to modify the hover color of Material UI's outlined TextFeild
has been a challenge. It appears to have multiple states such as active, focus, focused:hover, etc.
Came across this post that tackles my issue, but I prefer not to include MuiThemeProvider
every time.
Managed to make some progress, but still struggling to change the color on hover when it wasn't focused initially.