diff --git a/src/components/LazyLoadImage.jsx b/src/components/LazyLoadImage.jsx index b59a0f5..f8fb9bb 100644 --- a/src/components/LazyLoadImage.jsx +++ b/src/components/LazyLoadImage.jsx @@ -113,7 +113,6 @@ class LazyLoadImage extends React.Component { } style={{ ...wrapperBackground, - color: 'transparent', display: 'inline-block', height: height, width: width,