We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80acecb commit cb56fbeCopy full SHA for cb56fbe
packages/editor/src/core/extensions/custom-image/components/block.tsx
@@ -234,7 +234,7 @@ export function CustomImageBlock(props: CustomImageBlockProps) {
234
}}
235
>
236
{showImageLoader && (
237
- <div className="animate-pulse bg-layer-2 rounded-md" style={{ width: size.width, height: size.height }} />
+ <div className="animate-pulse bg-layer-1 rounded-md" style={{ width: size.width, height: size.height }} />
238
)}
239
<img
240
ref={imageRef}
0 commit comments