about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorCaidan Williams <caidan@internet.dev>2025-07-24 16:32:18 -0700
committerCaidan Williams <caidan@internet.dev>2025-07-29 17:37:01 -0700
commit92e01197344a05ff7510a274543e7cdf86fb8c4b (patch)
treeab1014b26a9104ac36faab367b369e5949c83d25 /src
parent287f5c0d42cddd112b65a56ccf60dde90205b06c (diff)
downloadvoidsky-92e01197344a05ff7510a274543e7cdf86fb8c4b.tar.zst
feat(ui): updated suggested profiles interstitial "Suggested for you" text color
Diffstat (limited to 'src')
-rw-r--r--src/components/FeedInterstitials.tsx2
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>
           ) : (