Fix font color of expanded notifs

zio/stable
Paul Frazee 2023-01-20 08:35:35 -06:00
parent 620d5bb102
commit c2e7dd8f48
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ function ExpandedAuthorsList({
/> />
</View> </View>
<View style={s.flex1}> <View style={s.flex1}>
<Text type="lg-bold" numberOfLines={1}> <Text type="lg-bold" numberOfLines={1} style={pal.text}>
{author.displayName || author.handle} {author.displayName || author.handle}
&nbsp; &nbsp;
<Text style={[pal.textLight]}>{author.handle}</Text> <Text style={[pal.textLight]}>{author.handle}</Text>