import Box from '@mui/material/Box'; import TextField from '@mui/material/TextField'; function RedBar() { return ( ({ height: 20, backgroundColor: 'rgba(255, 0, 0, 0.1)', ...theme.applyStyles('dark', { backgroundColor: 'rgb(255 132 132 / 25%)', }), })} /> ); } export default function LayoutTextFields() { return ( ); }