mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
@ -29,7 +29,7 @@ const ComponentHashtag: React.FC<Props> = ({
|
||||
|
||||
return (
|
||||
<Pressable style={styles.itemDefault} onPress={customOnPress || onPress}>
|
||||
<Text style={[styles.itemHashtag, { color: theme.primary }]}>
|
||||
<Text style={[styles.itemHashtag, { color: theme.primaryDefault }]}>
|
||||
#{hashtag.name}
|
||||
</Text>
|
||||
</Pressable>
|
||||
|
Reference in New Issue
Block a user