feat: adjust setting page style

This commit is contained in:
GyDi
2022-08-06 03:48:03 +08:00
parent 786ea17f95
commit 2b0880af80
5 changed files with 109 additions and 111 deletions

View File

@@ -15,7 +15,7 @@ const ThemeModeSwitch = (props: Props) => {
const modes = ["light", "dark", "system"] as const;
return (
<ButtonGroup size="small">
<ButtonGroup size="small" sx={{ my: "4px" }}>
{modes.map((mode) => (
<Button
key={mode}