Skip to content

Commit 15d63dd

Browse files
committed
Don't set text color to transparent
1 parent b8330f8 commit 15d63dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/LazyLoadImage.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ class LazyLoadImage extends React.Component {
111111
: `url(${placeholderSrc})`,
112112
backgroundSize:
113113
loaded || !placeholderSrc ? '' : '100% 100%',
114-
color: 'transparent',
115114
display: 'inline-block',
116115
height: height,
117116
width: width,

0 commit comments

Comments
 (0)