fix: adjust style

This commit is contained in:
GyDi
2022-11-23 17:42:01 +08:00
parent db028665fd
commit ffa21fbfd2
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>
);