From 26ff473d070e58ce073b56385d63d2da0539e115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Sat, 20 Jun 2020 18:05:58 +0200 Subject: [PATCH] Don't set text color to transparent --- src/components/LazyLoadImage.jsx | 1 - 1 file changed, 1 deletion(-) 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,