feat: tweak add new app connection dialog

This commit is contained in:
Ali BARIN
2021-12-16 23:27:09 +01:00
parent 3e8bae2ec3
commit 81c18ee37c
6 changed files with 22 additions and 9 deletions

View File

@@ -239,6 +239,15 @@ const extendedTheme = createTheme({
}
}
},
MuiDialogContent: {
styleOverrides: {
root: {
'&&': {
paddingTop: referenceTheme.spacing(2),
}
},
}
},
MuiDialogTitle: {
styleOverrides: {
root: {