feat: better setting UI layout (#2814)
This commit is contained in:
committed by
wonfen
Unverified
parent
cd4bec6bfd
commit
ae7f456011
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user