update web settings

This commit is contained in:
nikk gitanes
2023-03-28 20:48:06 +03:00
parent 6e5b74c211
commit 4dc5ece945
5 changed files with 27 additions and 14 deletions

View File

@@ -77,6 +77,13 @@ export const useMaterialUITheme = () => {
},
},
},
MuiFormGroup: {
root: {
'& .MuiFormHelperText-root': {
marginTop: -10,
},
},
},
},
}),
[theme],