From b15b569fce472debd89da6a7d65858cf763adca4 Mon Sep 17 00:00:00 2001 From: tapframe Date: Sun, 5 Oct 2025 20:00:22 +0530 Subject: [PATCH] ui changes --- src/components/metadata/CommentsSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/metadata/CommentsSection.tsx b/src/components/metadata/CommentsSection.tsx index d4b6bc4..d540626 100644 --- a/src/components/metadata/CommentsSection.tsx +++ b/src/components/metadata/CommentsSection.tsx @@ -123,7 +123,7 @@ const CompactCommentCard: React.FC<{ style={[ styles.compactCard, { - backgroundColor: isPressed ? theme.colors.primary + '20' : theme.colors.card, + backgroundColor: theme.colors.card, borderColor: theme.colors.border, transform: isPressed ? [{ scale: 0.98 }] : [{ scale: 1 }] } @@ -134,7 +134,7 @@ const CompactCommentCard: React.FC<{ console.log('CompactCommentCard: TouchableOpacity pressed for comment:', comment.id); onPress(); }} - activeOpacity={0.7} + activeOpacity={1} > {/* Trakt Icon - Top Right Corner */}