tengo esto:
const useStyles = makeStyles((theme) => ({ input: { backgroundColor: theme.palette.background.paper, height: 34, borderRadius: 8, }, })). . .
<Autocomplete ///some code renderInput={(params) => ( <TextField {...params} variant="outlined" size="small" className={classes.input} fullWidth /> )} />La salida es la siguiente:
¿Cómo puedo cambiar la clase delineada?
quiero cambiar la altura, borderColor.