fix: image uploader bg in light mode (#8385)
This commit is contained in:
parent
80acecb77a
commit
cb56fbe3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ export function CustomImageBlock(props: CustomImageBlockProps) {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{showImageLoader && (
|
{showImageLoader && (
|
||||||
<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 }} />
|
||||||
)}
|
)}
|
||||||
<img
|
<img
|
||||||
ref={imageRef}
|
ref={imageRef}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue