From 69421d1f33c8b0d7cc3eb28f4c9b97624a643c30 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 10 Oct 2025 22:32:56 +0300 Subject: [PATCH] Change anchor text size to `lg` from `xl` (#9185) --- src/screens/PostThread/components/ThreadItemAnchor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx index b789297fe7..e14f170a6a 100644 --- a/src/screens/PostThread/components/ThreadItemAnchor.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx @@ -391,7 +391,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({ enableTags selectable value={richText} - style={[a.flex_1, a.text_xl]} + style={[a.flex_1, a.text_lg]} authorHandle={post.author.handle} shouldProxyLinks={true} />