fix: adjust style

This commit is contained in:
GyDi
2022-11-23 17:42:01 +08:00
parent de3ca6e237
commit 2709d1ff6e
6 changed files with 36 additions and 8 deletions

View File

@@ -167,7 +167,7 @@ const SettingVerge = ({ onError }: Props) => {
</SettingItem>
<SettingItem label={t("Verge Version")}>
<Typography sx={{ py: "7px" }}>v{version}</Typography>
<Typography sx={{ py: "7px", pr: 1 }}>v{version}</Typography>
</SettingItem>
</SettingList>
);