Current Behavior 😯
The Autocomplete component uses a very light default option highlight and doesn't exposes any CSS props to easily change it as far as i can tell.
Expected Behavior 🤔
an easy css classname/selector exposed to change the highlight color of the options
currently, it's setting .MuiAutocomplete-option[data-focus="true"] but I can't figure out how to actually change that using makeStyles or any other documented way
Current Behavior 😯
The Autocomplete component uses a very light default option highlight and doesn't exposes any CSS props to easily change it as far as i can tell.
Expected Behavior 🤔
an easy css classname/selector exposed to change the highlight color of the options
currently, it's setting
.MuiAutocomplete-option[data-focus="true"]but I can't figure out how to actually change that using makeStyles or any other documented way