Change anchor text size to lg from xl (#9185)
This commit is contained in:
@@ -391,7 +391,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
|
|||||||
enableTags
|
enableTags
|
||||||
selectable
|
selectable
|
||||||
value={richText}
|
value={richText}
|
||||||
style={[a.flex_1, a.text_xl]}
|
style={[a.flex_1, a.text_lg]}
|
||||||
authorHandle={post.author.handle}
|
authorHandle={post.author.handle}
|
||||||
shouldProxyLinks={true}
|
shouldProxyLinks={true}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user