Change anchor text size to lg from xl (#9185)

This commit is contained in:
Samuel Newman
2025-10-10 22:32:56 +03:00
committed by GitHub
parent 995808e816
commit 69421d1f33
@@ -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}
/>