Tighten up spacing and dividers

This commit is contained in:
Paul Frazee 2022-12-28 15:50:28 -06:00
parent 84e74d5ee4
commit 23e7ae49d4
4 changed files with 15 additions and 25 deletions

View file

@ -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',