fix formatting

This commit is contained in:
Alex Holliday
2025-06-08 08:11:31 +08:00
parent fe041bc0c0
commit ecd8ca0940
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ const Settings = () => {
border: 1, border: 1,
borderStyle: "solid", borderStyle: "solid",
borderColor: theme.palette.primary.lowContrast, borderColor: theme.palette.primary.lowContrast,
borderRadius: theme.spacing(2) borderRadius: theme.spacing(2),
}} }}
> >
<Button <Button
+3 -1
View File
@@ -353,7 +353,9 @@ const CreateMonitor = () => {
> >
{t("settingsGeneralSettings")} {t("settingsGeneralSettings")}
</Typography> </Typography>
<Typography component="p">{t(`uptimeGeneralInstructions.${monitor.type}`)}</Typography> <Typography component="p">
{t(`uptimeGeneralInstructions.${monitor.type}`)}
</Typography>
</Box> </Box>
<Stack gap={theme.spacing(15)}> <Stack gap={theme.spacing(15)}>
<TextInput <TextInput