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

@@ -19,7 +19,7 @@ export const SettingItem: React.FC<ItemProps> = (props) => {
label
) : (
<Box sx={{ display: "flex", alignItems: "center" }}>
<span style={{ marginRight: 4 }}>{label}</span>
<span>{label}</span>
{extra}
</Box>
);