mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +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
|
||||
src={`data:image/svg+xml;base64,${btoa(group.icon ?? "")}`}
|
||||
width="32px"
|
||||
style={{
|
||||
marginRight: "12px",
|
||||
borderRadius: "6px",
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
<ListItemText
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user