feat: better setting UI layout (#2814)

This commit is contained in:
Tunglies 2025-03-01 00:46:33 +08:00 committed by wonfen
parent cd4bec6bfd
commit ae7f456011

View File

@ -96,13 +96,12 @@ const SettingPage = () => {
<Box <Box
sx={{ sx={{
borderRadius: 2, borderRadius: 2,
marginBottom: 1.5,
backgroundColor: isDark ? "#282a36" : "#ffffff", backgroundColor: isDark ? "#282a36" : "#ffffff",
}} }}
> >
<SettingVergeBasic onError={onError} /> <SettingVergeBasic onError={onError} />
</Box> </Box>
</Grid>
<Grid item xs={12} md={6}>
<Box <Box
sx={{ sx={{
borderRadius: 2, borderRadius: 2,