fix(style): reduce my

This commit is contained in:
GyDi 2021-12-12 00:06:20 +08:00
parent 5b3f63ef02
commit ebff652824

View File

@ -80,6 +80,7 @@ const ProxyGroup = ({ group }: Props) => {
<ListItem button onClick={() => setOpen(!open)}>
<ListItemText
primary={group.name}
sx={{ my: 0.25 }}
secondary={
<>
<SendRounded color="primary" sx={{ mr: 1, fontSize: 14 }} />