diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-19 12:30:28 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 12:30:28 -0600 |
commit | 9230d52ff596056429a773298b2728619afe3432 (patch) | |
tree | f388a79f13512caa1aa0478afc688b29ab2f085b /src/view/com/util/PostEmbeds.tsx | |
parent | 0536a6afcfce0ef2bebfc7cacf13d3d80ef82229 (diff) | |
download | voidsky-9230d52ff596056429a773298b2728619afe3432.tar.zst |
Improve link meta fetching for bsky links (#54)
* Add share dropdown item to profiles * Temporary improvement for links to content on the network * Enlarge text slightly on embed cards
Diffstat (limited to 'src/view/com/util/PostEmbeds.tsx')
-rw-r--r-- | src/view/com/util/PostEmbeds.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/util/PostEmbeds.tsx b/src/view/com/util/PostEmbeds.tsx index 3fb93ed48..65518470a 100644 --- a/src/view/com/util/PostEmbeds.tsx +++ b/src/view/com/util/PostEmbeds.tsx @@ -92,7 +92,7 @@ export function PostEmbeds({ /> )} <View style={styles.extInner}> - <Text type="sm-bold" numberOfLines={2} style={[pal.text]}> + <Text type="md-bold" numberOfLines={2} style={[pal.text]}> {link.title || link.uri} </Text> <Text |