fix dark mode color for creator handle on CustomFeed screen
This commit is contained in:
@@ -146,6 +146,7 @@ export const CustomFeedScreen = withAuthRequired(
|
||||
<TextLink
|
||||
text={`@${currentFeed.data.creator.handle}`}
|
||||
href={`/profile/${currentFeed.data.creator.did}`}
|
||||
style={[pal.textLight]}
|
||||
/>
|
||||
)}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user