editor: fix progress not showing in image on mobile

This commit is contained in:
Ammar Ahmed
2024-01-29 19:05:49 +05:00
parent 094a65e514
commit 9d1374dcd4

View File

@@ -165,7 +165,9 @@ export function ImageComponent(
bg: "background",
borderRadius: 100,
p: 1,
border: "1px solid var(--border)"
px: 2,
border: "1px solid var(--border)",
zIndex: 2
}}
>
<Icon path={Icons.loading} rotate size={14} sx={{ mr: 1 }} />