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:
@@ -45,7 +45,7 @@ export default function Image({
|
||||
}
|
||||
|
||||
if (!src || imageError) {
|
||||
return <ImageFallback />
|
||||
return <ImageFallback fill={props.fill} />
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user