mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 05:43:44 +08:00
style: update box styling in settings page for improved layout (#2857)
This commit is contained in:
parent
6cb7d48530
commit
4382df7951
@ -76,8 +76,11 @@ const SettingPage = () => {
|
||||
<Grid item xs={12} md={6}>
|
||||
<Box
|
||||
sx={{
|
||||
borderRadius: 2,
|
||||
marginBottom: 1.5,
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginRight: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
@ -85,7 +88,11 @@ const SettingPage = () => {
|
||||
</Box>
|
||||
<Box
|
||||
sx={{
|
||||
borderRadius: 2,
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginRight: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
@ -95,8 +102,11 @@ const SettingPage = () => {
|
||||
<Grid item xs={12} md={6}>
|
||||
<Box
|
||||
sx={{
|
||||
borderRadius: 2,
|
||||
marginBottom: 1.5,
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginLeft: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
@ -104,7 +114,11 @@ const SettingPage = () => {
|
||||
</Box>
|
||||
<Box
|
||||
sx={{
|
||||
borderRadius: 2,
|
||||
margin: "0px 10px",
|
||||
marginTop: "10px",
|
||||
marginLeft: "5px",
|
||||
borderRadius: "10px",
|
||||
marginBottom: 2,
|
||||
backgroundColor: isDark ? "#282a36" : "#ffffff",
|
||||
}}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user