mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-18 16:30:32 +08:00
fix: add margin and border radius to group svg image (#6300)
This commit is contained in:
parent
847a0a6afd
commit
44851466cf
@ -86,6 +86,10 @@ export const GroupItem = (props: Props) => {
|
|||||||
<img
|
<img
|
||||||
src={`data:image/svg+xml;base64,${btoa(group.icon ?? "")}`}
|
src={`data:image/svg+xml;base64,${btoa(group.icon ?? "")}`}
|
||||||
width="32px"
|
width="32px"
|
||||||
|
style={{
|
||||||
|
marginRight: "12px",
|
||||||
|
borderRadius: "6px",
|
||||||
|
}}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<ListItemText
|
<ListItemText
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user