diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 11:40:43 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-24 11:40:43 -0600 |
commit | d97e2335181fc4d280cb6e4fb67cec8509e1569b (patch) | |
tree | 5804a5b878a9243a582879652f18d7dfb3951d15 /src/view/com/post/Post.tsx | |
parent | 80bd3398d768b9529d97d48579555358b35616db (diff) | |
download | voidsky-d97e2335181fc4d280cb6e4fb67cec8509e1569b.tar.zst |
Fixes to lineheight on web to counteract emoji issues
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 |