Fix font color of expanded notifs
This commit is contained in:
parent
620d5bb102
commit
c2e7dd8f48
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue