|
- // ==============================|| OVERRIDES - FormHelperText ||============================== //
-
- export default function FormHelperText() {
- const fontSize = "1rem"
- const fontWeight = 600
- const lineHeight = 1
-
-
- return {
- MuiFormHelperText: {
- styleOverrides: {
- root: {
- fontSize: fontSize,
- fontWeight: fontWeight,
- lineHeight: lineHeight,
- },
- }
- }
- };
- }
|