From e3428abc08039e2d380040bbb90b09c54ce36c5b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 7 Apr 2026 11:53:46 +0300 Subject: [PATCH] remove final usage of `s.likeColor` --- src/lib/custom-animations/LikeIcon.tsx | 5 ++--- src/lib/custom-animations/LikeIcon.web.tsx | 5 ++--- src/lib/styles.ts | 3 --- src/view/com/notifications/NotificationFeedItem.tsx | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/lib/custom-animations/LikeIcon.tsx b/src/lib/custom-animations/LikeIcon.tsx index 025e96f4be..223f8e9f18 100644 --- a/src/lib/custom-animations/LikeIcon.tsx +++ b/src/lib/custom-animations/LikeIcon.tsx @@ -5,7 +5,6 @@ import Animated, { useReducedMotion, } from 'react-native-reanimated' -import {s} from '#/lib/styles' import {useTheme} from '#/alf' import { Heart2_Filled_Stroke2_Corner0_Rounded as HeartIconFilled, @@ -86,7 +85,7 @@ export function AnimatedLikeIcon({ {isLiked ? ( - + ) : ( - + ) : (