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 df41d81 commit 8ecb43fCopy full SHA for 8ecb43f
src/image.jsx
@@ -12,7 +12,7 @@ class Image extends Base {
12
display: this.props.display || ""
13
};
14
return (
15
- <img src={this.props.src} style={[this.context.styles.components.image, this.getStyles()]} />
+ <img src={this.props.src} style={[styles, this.context.styles.components.image, this.getStyles()]} />
16
);
17
}
18
0 commit comments