Having trouble finding documentation on how to change the default border color of an outlined Textfield on hover using a custom theme on Material ui.
MuiOutlinedInput: { root: { "&:hover:not($disabled):not($focused):not($error) $notchedOutline": { border: "2px solid", borderColor: "yellow" } } }
Reference Example