mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 00:39:50 +03:00
smaller box
This commit is contained in:
@@ -45,7 +45,7 @@ const RestartMonitor = () => {
|
|||||||
return (
|
return (
|
||||||
<Dialog fullWidth={true} sx={dialogStyle} open={true}>
|
<Dialog fullWidth={true} sx={dialogStyle} open={true}>
|
||||||
<DialogContent dividers>
|
<DialogContent dividers>
|
||||||
<Box m={2} py={2} display="flex" alignItems="center" flexDirection="column">
|
<Box m={0} py={0} display="flex" alignItems="center" flexDirection="column">
|
||||||
<Typography
|
<Typography
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="h6"
|
variant="h6"
|
||||||
@@ -69,7 +69,7 @@ const RestartMonitor = () => {
|
|||||||
<MessageBox my={2} level="error" message={errorMessage} />
|
<MessageBox my={2} level="error" message={errorMessage} />
|
||||||
) : (
|
) : (
|
||||||
<Box py={2}>
|
<Box py={2}>
|
||||||
<CircularProgress size={48} />
|
<CircularProgress size={32} />
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user