fix(style): reduce my
This commit is contained in:
parent
5b3f63ef02
commit
ebff652824
@ -80,6 +80,7 @@ const ProxyGroup = ({ group }: Props) => {
|
|||||||
<ListItem button onClick={() => setOpen(!open)}>
|
<ListItem button onClick={() => setOpen(!open)}>
|
||||||
<ListItemText
|
<ListItemText
|
||||||
primary={group.name}
|
primary={group.name}
|
||||||
|
sx={{ my: 0.25 }}
|
||||||
secondary={
|
secondary={
|
||||||
<>
|
<>
|
||||||
<SendRounded color="primary" sx={{ mr: 1, fontSize: 14 }} />
|
<SendRounded color="primary" sx={{ mr: 1, fontSize: 14 }} />
|
||||||
|
Loading…
Reference in New Issue
Block a user