diff options
author | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-19 18:30:24 -0700 |
---|---|---|
committer | Ansh Nanda <anshnanda10@gmail.com> | 2023-05-19 18:30:24 -0700 |
commit | 8bcbbb869af22e482cceaaf6c754c5c126a7a1a6 (patch) | |
tree | 3193e84444f264df9d04ab176004ef0a9b898bf2 | |
parent | 48a9e1b1dd98aa6f730c7d3ad88d393508f836e4 (diff) | |
download | voidsky-8bcbbb869af22e482cceaaf6c754c5c126a7a1a6.tar.zst |
fix dark mode color for creator handle on CustomFeed screen
-rw-r--r-- | src/view/screens/CustomFeed.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/screens/CustomFeed.tsx b/src/view/screens/CustomFeed.tsx index d2b9041f9..7ff22f7f3 100644 --- a/src/view/screens/CustomFeed.tsx +++ b/src/view/screens/CustomFeed.tsx @@ -146,6 +146,7 @@ export const CustomFeedScreen = withAuthRequired( <TextLink text={`@${currentFeed.data.creator.handle}`} href={`/profile/${currentFeed.data.creator.did}`} + style={[pal.textLight]} /> )} </Text> |