mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-24 18:13:09 +00:00
ui changes
This commit is contained in:
parent
15ab70b524
commit
b15b569fce
1 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ const CompactCommentCard: React.FC<{
|
||||||
style={[
|
style={[
|
||||||
styles.compactCard,
|
styles.compactCard,
|
||||||
{
|
{
|
||||||
backgroundColor: isPressed ? theme.colors.primary + '20' : theme.colors.card,
|
backgroundColor: theme.colors.card,
|
||||||
borderColor: theme.colors.border,
|
borderColor: theme.colors.border,
|
||||||
transform: isPressed ? [{ scale: 0.98 }] : [{ scale: 1 }]
|
transform: isPressed ? [{ scale: 0.98 }] : [{ scale: 1 }]
|
||||||
}
|
}
|
||||||
|
|
@ -134,7 +134,7 @@ const CompactCommentCard: React.FC<{
|
||||||
console.log('CompactCommentCard: TouchableOpacity pressed for comment:', comment.id);
|
console.log('CompactCommentCard: TouchableOpacity pressed for comment:', comment.id);
|
||||||
onPress();
|
onPress();
|
||||||
}}
|
}}
|
||||||
activeOpacity={0.7}
|
activeOpacity={1}
|
||||||
>
|
>
|
||||||
{/* Trakt Icon - Top Right Corner */}
|
{/* Trakt Icon - Top Right Corner */}
|
||||||
<View style={styles.traktIconContainer}>
|
<View style={styles.traktIconContainer}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue