fix dark mode color for creator handle on CustomFeed screen

zio/stable
Ansh Nanda 2023-05-19 18:30:24 -07:00
parent 48a9e1b1dd
commit 8bcbbb869a
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ export const CustomFeedScreen = withAuthRequired(
<TextLink <TextLink
text={`@${currentFeed.data.creator.handle}`} text={`@${currentFeed.data.creator.handle}`}
href={`/profile/${currentFeed.data.creator.did}`} href={`/profile/${currentFeed.data.creator.did}`}
style={[pal.textLight]}
/> />
)} )}
</Text> </Text>