fix dark mode color for creator handle on CustomFeed screen

This commit is contained in:
Ansh Nanda 2023-05-19 18:30:24 -07:00
parent 48a9e1b1dd
commit 8bcbbb869a

View file

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