mobile: fix crash on opening sheet with icon

This commit is contained in:
ammarahm-ed
2023-08-04 05:51:28 +05:00
parent 0ea37fdb31
commit 4d2c42330e

View File

@@ -131,7 +131,7 @@ const SheetProvider = ({ context = "global" }) => {
{data?.icon ? ( {data?.icon ? (
<Icon <Icon
color={colors[dialogData.iconColor] || colors.primary.accent} color={colors[data.iconColor] || colors.primary.accent}
name={data.icon} name={data.icon}
size={50} size={50}
/> />