Skip to content

Commit

Permalink
editor: fix progress not showing in image on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Jan 29, 2024
1 parent 094a65e commit 9d1374d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/editor/src/extensions/image/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} />
Expand Down

0 comments on commit 9d1374d

Please sign in to comment.