Bluesky app fork with some witchin' additions 💫

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

authored by samuel.fm and committed by

GitHub 69421d1f 995808e8

+1 -1
+1 -1
src/screens/PostThread/components/ThreadItemAnchor.tsx
··· 391 391 enableTags 392 392 selectable 393 393 value={richText} 394 - style={[a.flex_1, a.text_xl]} 394 + style={[a.flex_1, a.text_lg]} 395 395 authorHandle={post.author.handle} 396 396 shouldProxyLinks={true} 397 397 />