feat: style add new app connection

This commit is contained in:
Ali BARIN
2021-12-15 00:35:42 +01:00
committed by Ömer Faruk Aydın
parent fdfad28c2e
commit fc85716d07
2 changed files with 57 additions and 15 deletions

View File

@@ -176,6 +176,13 @@ const extendedTheme = createTheme({
elevation: 2,
},
},
MuiBackdrop: {
styleOverrides: {
root: {
background: 'rgba(0, 8, 20, 0.64)'
}
}
},
MuiButton: {
styleOverrides: {
root: {
@@ -221,6 +228,21 @@ const extendedTheme = createTheme({
},
},
},
MuiDialog: {
styleOverrides: {
paperWidthSm: {
margin: referenceTheme.spacing(4, 3),
width: `calc(100% - ${referenceTheme.spacing(6)})`,
}
}
},
MuiDialogTitle: {
styleOverrides: {
root: {
paddingTop: referenceTheme.spacing(3),
}
}
},
MuiToolbar: {
styleOverrides: {
root: {