mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 04:43:44 +08:00
feat: better setting UI layout (#2814)
This commit is contained in:
parent
2c90d1ca69
commit
2dc9672b20
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user