Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a0863a5

Browse files
committedMay 26, 2023
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
 

‎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)
Please sign in to comment.