diff options
Diffstat (limited to 'src/view/com/post/Post.tsx')
-rw-r--r-- | src/view/com/post/Post.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post/Post.tsx b/src/view/com/post/Post.tsx index 8e793ecc0..1550f8620 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -164,7 +164,7 @@ export const Post = observer(function Post({ size={9} style={[pal.textLight, s.mr5]} /> - <Text type="sm" style={[pal.textLight, s.mr2]}> + <Text type="sm" style={[pal.textLight, s.mr2]} lineHeight={1.2}> Reply to </Text> <UserInfoText |