diff options
Diffstat (limited to 'src/lib/custom-animations/LikeIcon.web.tsx')
-rw-r--r-- | src/lib/custom-animations/LikeIcon.web.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/custom-animations/LikeIcon.web.tsx b/src/lib/custom-animations/LikeIcon.web.tsx index c131dcf67..6dc94c291 100644 --- a/src/lib/custom-animations/LikeIcon.web.tsx +++ b/src/lib/custom-animations/LikeIcon.web.tsx @@ -93,6 +93,7 @@ export function AnimatedLikeIcon({ zIndex: -1, pointerEvents: 'none', borderRadius: size / 2, + opacity: 0, }} /> <View @@ -108,6 +109,7 @@ export function AnimatedLikeIcon({ zIndex: -1, pointerEvents: 'none', borderRadius: size / 2, + opacity: 0, }} /> </View> |