fix dark mode color for creator handle on CustomFeed screen
parent
48a9e1b1dd
commit
8bcbbb869a
|
@ -146,6 +146,7 @@ export const CustomFeedScreen = withAuthRequired(
|
|||
<TextLink
|
||||
text={`@${currentFeed.data.creator.handle}`}
|
||||
href={`/profile/${currentFeed.data.creator.did}`}
|
||||
style={[pal.textLight]}
|
||||
/>
|
||||
)}
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue