diff options
Diffstat (limited to 'src/view/com/posts/FeedItem.tsx')
-rw-r--r-- | src/view/com/posts/FeedItem.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/com/posts/FeedItem.tsx b/src/view/com/posts/FeedItem.tsx index e7421a26d..8c46cb1a8 100644 --- a/src/view/com/posts/FeedItem.tsx +++ b/src/view/com/posts/FeedItem.tsx @@ -155,7 +155,7 @@ export const FeedItem = observer(function ({ {color: pal.colors.textLight} as FontAwesomeIconStyle, ]} /> - <Text type="sm-bold" style={pal.textLight}> + <Text type="sm-bold" style={pal.textLight} lineHeight={1.2}> Reposted by{' '} {item.reasonRepost.by.displayName || item.reasonRepost.by.handle} </Text> @@ -188,7 +188,7 @@ export const FeedItem = observer(function ({ s.mr5, ]} /> - <Text type="md" style={[pal.textLight, s.mr2]}> + <Text type="md" style={[pal.textLight, s.mr2]} lineHeight={1.2}> Reply to </Text> <UserInfoText |