79130475

Date: 2024-10-27 11:39:01
Score: 1
Natty:
Report link

Override the borderColor of this class .MuiOutlinedInput-notchedOutline with your color.

<Select
    sx={{
        '&:hover .MuiOutlinedInput-notchedOutline': {
            borderColor: 'your-color',
        },
    }}
>
</Select>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Minh Nguyễn