Fix font color of expanded notifs
parent
620d5bb102
commit
c2e7dd8f48
|
@ -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}
|
||||||
|
|
||||||
<Text style={[pal.textLight]}>{author.handle}</Text>
|
<Text style={[pal.textLight]}>{author.handle}</Text>
|
||||||
|
|
Loading…
Reference in New Issue