diff options
Diffstat (limited to 'src/view/com/notifications/FeedItem.tsx')
-rw-r--r-- | src/view/com/notifications/FeedItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/notifications/FeedItem.tsx b/src/view/com/notifications/FeedItem.tsx index 474fb8c65..feb9a3769 100644 --- a/src/view/com/notifications/FeedItem.tsx +++ b/src/view/com/notifications/FeedItem.tsx @@ -318,7 +318,7 @@ function ExpandedAuthorsList({ /> </View> <View style={s.flex1}> - <Text type="lg-bold" numberOfLines={1}> + <Text type="lg-bold" numberOfLines={1} style={pal.text}> {author.displayName || author.handle} <Text style={[pal.textLight]}>{author.handle}</Text> |