Fix font color of expanded notifs

This commit is contained in:
Paul Frazee
2023-01-20 08:35:35 -06:00
parent 1411f33393
commit fd8083350c
+1 -1
View File
@@ -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}
&nbsp;
<Text style={[pal.textLight]}>{author.handle}</Text>