fix little pink circle around like
This commit is contained in:
@@ -107,6 +107,7 @@ export function AnimatedLikeIcon({
|
|||||||
zIndex: -1,
|
zIndex: -1,
|
||||||
pointerEvents: 'none',
|
pointerEvents: 'none',
|
||||||
borderRadius: size / 2,
|
borderRadius: size / 2,
|
||||||
|
opacity: 0,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<Animated.View
|
<Animated.View
|
||||||
@@ -121,6 +122,7 @@ export function AnimatedLikeIcon({
|
|||||||
zIndex: -1,
|
zIndex: -1,
|
||||||
pointerEvents: 'none',
|
pointerEvents: 'none',
|
||||||
borderRadius: size / 2,
|
borderRadius: size / 2,
|
||||||
|
opacity: 0,
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user