In MUIv6, it can be achieved using:
<TextField slotProps={{ formHelperText: { sx: { color: (t) => t.palette.error.main } } }} />