@@ -83,10 +83,10 @@ const Message = ({item}) => {
</Marquee>
: <Text style={styles.fixedTitle} numberOfLines={expand ? 5 : 1}>{item.pinTitle}</Text>
}
- <FontAwesome6
+ <Lucide
style={$padding(12, 16, 12, 0)}
name={expand == true ? "chevron-up" : "chevron-down"}
- size={16}
+ size={24}
color={colorCancel}
onPress={() => setExpand(!expand)}/>
</View>