fix: passing on fill property to fallback image to support text as overlay with position absolute

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2026-01-20 13:44:59 +00:00
parent e740c1ba66
commit 98cd873095
3 changed files with 8 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ export default function Image({
}
if (!src || imageError) {
return <ImageFallback />
return <ImageFallback fill={props.fill} />
}
return (