fix dark mode color for creator handle on CustomFeed screen
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user