Revert "style: update box styling in settings page for improved layout (#2857)"

This reverts commit de2cff824e5502420dc7ff32f901af0a7a0fd191.
This commit is contained in:
Tunglies 2025-03-03 08:00:10 +08:00
parent de2cff824e
commit de1c825ad3

View File

@ -76,11 +76,8 @@ const SettingPage = () => {
<Grid item xs={12} md={6}>
<Box
sx={{
margin: "0px 10px",
marginTop: "10px",
marginRight: "5px",
borderRadius: "10px",
marginBottom: 2,
borderRadius: 2,
marginBottom: 1.5,
backgroundColor: isDark ? "#282a36" : "#ffffff",
}}
>
@ -88,11 +85,7 @@ const SettingPage = () => {
</Box>
<Box
sx={{
margin: "0px 10px",
marginTop: "10px",
marginRight: "5px",
borderRadius: "10px",
marginBottom: 2,
borderRadius: 2,
backgroundColor: isDark ? "#282a36" : "#ffffff",
}}
>
@ -102,11 +95,8 @@ const SettingPage = () => {
<Grid item xs={12} md={6}>
<Box
sx={{
margin: "0px 10px",
marginTop: "10px",
marginLeft: "5px",
borderRadius: "10px",
marginBottom: 2,
borderRadius: 2,
marginBottom: 1.5,
backgroundColor: isDark ? "#282a36" : "#ffffff",
}}
>
@ -114,11 +104,7 @@ const SettingPage = () => {
</Box>
<Box
sx={{
margin: "0px 10px",
marginTop: "10px",
marginLeft: "5px",
borderRadius: "10px",
marginBottom: 2,
borderRadius: 2,
backgroundColor: isDark ? "#282a36" : "#ffffff",
}}
>