fix dark mode color for creator handle on CustomFeed screen
parent
48a9e1b1dd
commit
8bcbbb869a
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue