Skip to content

Instantly share code, notes, and snippets.

@italosantana
Created July 14, 2022 13:21
Show Gist options
  • Save italosantana/40b5b64f66d5e18e26bf99f611bb474c to your computer and use it in GitHub Desktop.
Save italosantana/40b5b64f66d5e18e26bf99f611bb474c to your computer and use it in GitHub Desktop.
In case you have <TextField... in Material UI and have a border
<TextField
placeholder=""
fullWidth
multiline
rows={7.5}
maxRows={Infinity}
/>
// Just put this CSS
'.MuiOutlinedInput-notchedOutline': {
border: 'none'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment