Skip to content

Commit a0863a5

Browse files
committed
Don't set text color to transparent
1 parent 9d311fb commit a0863a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/components/LazyLoadImage.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ class LazyLoadImage extends React.Component {
113113
}
114114
style={{
115115
...wrapperBackground,
116-
color: 'transparent',
117116
display: 'inline-block',
118117
height: height,
119118
width: width,

0 commit comments

Comments
 (0)