Css – MUI TextField outline overlaps label
I have a MUI TextField with and with default settings all look good: But if I size the font larger (see theme below) then the borderline overlaps the label: function MyForm() { return ( <> <div>a</div> <div><TextField variant={'outlined'} label="Type something"…