feat: better setting UI layout (#2814)

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

View File

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