I started using @Mui for React and I used it to create the form but after I focused TextField I see the border linke on the below screen:

My code look like this:
<FormGroup>
<TextField
label="Description"
name="description"
multiline
rows={5}
fullWidth
value={data.description}
variant="standard"
onChange={onHandleChange}
/>
</FormGroup>
How remove that?
@Edit I resolved my problem. Border around of this element appears becouse I has styles from Breeze