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 3dd5c0047..7ccbbcf36 100644 --- a/src/view/com/post/Post.tsx +++ b/src/view/com/post/Post.tsx @@ -182,7 +182,7 @@ const styles = StyleSheet.create({ paddingRight: 5, }, postText: { - paddingBottom: 5, + paddingBottom: 8, }, ctrls: { flexDirection: 'row', |