update dependencies, fix birthDate error outline

This commit is contained in:
Amruth Pillai
2023-07-27 19:42:25 +02:00
parent 9c76999945
commit 06fee1696e
8 changed files with 657 additions and 688 deletions

View File

@ -24,6 +24,13 @@ const theme: ThemeOptions = {
variant: 'outlined',
},
},
MuiInputBase: {
styleOverrides: {
input: {
boxShadow: 'none !important',
},
},
},
MuiAppBar: {
styleOverrides: {
root: {