From 23e7ae49d46b39b7b66aa6413ed29eabd270cd1d Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 28 Dec 2022 15:50:28 -0600 Subject: Tighten up spacing and dividers --- src/view/com/post-thread/PostThreadItem.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/view/com/post-thread/PostThreadItem.tsx') diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index c39bebbbe..53d882b82 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -319,9 +319,8 @@ export const PostThreadItem = observer(function PostThreadItem({ const styles = StyleSheet.create({ outer: { backgroundColor: colors.white, - borderRadius: 6, - margin: 2, - marginBottom: 0, + borderTopWidth: 1, + borderTopColor: colors.gray2, }, parentReplyLine: { position: 'absolute', -- cgit 1.4.1