From 851220b3f9510a7b0ec1dc86323cbb377e1430c4 Mon Sep 17 00:00:00 2001 From: Oleksii Bulenok Date: Wed, 15 Jul 2026 14:52:01 +0200 Subject: [PATCH] fix little pink circle around like --- src/lib/custom-animations/LikeIcon.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/custom-animations/LikeIcon.tsx b/src/lib/custom-animations/LikeIcon.tsx index 223f8e9f18..4ab9582aae 100644 --- a/src/lib/custom-animations/LikeIcon.tsx +++ b/src/lib/custom-animations/LikeIcon.tsx @@ -107,6 +107,7 @@ export function AnimatedLikeIcon({ zIndex: -1, pointerEvents: 'none', borderRadius: size / 2, + opacity: 0, }} />