Skip to content
Snippets Groups Projects
Commit ebff6528 authored by GyDi's avatar GyDi
Browse files

fix(style): reduce my

parent 5b3f63ef
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ const ProxyGroup = ({ group }: Props) => { ...@@ -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 }} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment