浏览代码

fix(style): reduce my

GyDi 3 年之前
父节点
当前提交
ebff652824
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/proxy-group.tsx

+ 1 - 0
src/components/proxy-group.tsx

@@ -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 }} />