diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-12-28 15:50:28 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-12-28 15:50:28 -0600 |
commit | 23e7ae49d46b39b7b66aa6413ed29eabd270cd1d (patch) | |
tree | eb82932ad1e7f5def7592eff78595e002207b401 /src/view/com/post-thread/PostThreadItem.tsx | |
parent | 84e74d5ee49423ca135627fd35a663ff2aa8b309 (diff) | |
download | voidsky-23e7ae49d46b39b7b66aa6413ed29eabd270cd1d.tar.zst |
Tighten up spacing and dividers
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 5 |
1 files changed, 2 insertions, 3 deletions
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', |