diff options
author | Caidan Williams <caidan@internet.dev> | 2025-07-24 16:32:18 -0700 |
---|---|---|
committer | Caidan Williams <caidan@internet.dev> | 2025-07-29 17:37:01 -0700 |
commit | 92e01197344a05ff7510a274543e7cdf86fb8c4b (patch) | |
tree | ab1014b26a9104ac36faab367b369e5949c83d25 /src/components/FeedInterstitials.tsx | |
parent | 287f5c0d42cddd112b65a56ccf60dde90205b06c (diff) | |
download | voidsky-92e01197344a05ff7510a274543e7cdf86fb8c4b.tar.zst |
feat(ui): updated suggested profiles interstitial "Suggested for you" text color
Diffstat (limited to 'src/components/FeedInterstitials.tsx')
-rw-r--r-- | src/components/FeedInterstitials.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/FeedInterstitials.tsx b/src/components/FeedInterstitials.tsx index aaaa17d3c..cf0f0cc21 100644 --- a/src/components/FeedInterstitials.tsx +++ b/src/components/FeedInterstitials.tsx @@ -338,7 +338,7 @@ export function ProfileGrid({ a.align_center, a.justify_between, ]}> - <Text style={[a.text_sm, a.font_bold, t.atoms.text_contrast_medium]}> + <Text style={[a.text_sm, a.font_bold, t.atoms.text]}> {viewContext === 'profile' ? ( <Trans>Similar accounts</Trans> ) : ( |