fix: add margin and border radius to group svg image (#6300)

This commit is contained in:
Jelipo 2026-02-12 12:24:30 +08:00 committed by GitHub
parent 847a0a6afd
commit 44851466cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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