fix dark mode color for creator handle on CustomFeed screen
This commit is contained in:
parent
48a9e1b1dd
commit
8bcbbb869a
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ export const CustomFeedScreen = withAuthRequired(
|
|||
<TextLink
|
||||
text={`@${currentFeed.data.creator.handle}`}
|
||||
href={`/profile/${currentFeed.data.creator.did}`}
|
||||
style={[pal.textLight]}
|
||||
/>
|
||||
)}
|
||||
</Text>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue