Closed eric-schmiel-timmons closed 7 months ago
requiredIndicator styling now possible in 1.0.2-alpha and up versions. Other error text colors can be controlled via your MUI theme overrides.
MuiFormHelperText: {
styleOverrides: {
root: {
color: darkGrey,
fontSize: '16px',
"& .Mui-error": {
color: 'yourColorHere'
}
}
}
},
MuiFormHelperText: { ///same thing
Is there anyway to customize the color of the error indicators? WAVE is giving me complaints about the color contrast of the required * next to the Dynamic Field labels: