I am trying to change mui TextField border radius but it's not working. Can anyone help me to solve this problem.
Here is my code:
<TextField variant="outlined" sx={{ borderRadius: 5 }} />
Can anyone fix it this?
override MuiOutlinedInput-root clasee
sx={{
".MuiOutlinedInput-root": {
borderRadius: 5
}
}}
Try this
<TextField
className="inputRounded"
placeholder="Search"
variant="outlined"
size="small"
/>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With