Spacing and sizing fixes

This commit is contained in:
Paul Frazee 2022-11-18 11:37:12 -06:00
parent 5efd0a5b7e
commit 2f9dd131f9
3 changed files with 9 additions and 9 deletions

View file

@ -189,12 +189,12 @@ const styles = StyleSheet.create({
flexDirection: 'row',
alignItems: 'center',
flexWrap: 'wrap',
minHeight: 36,
paddingBottom: 8,
},
postText: {
fontFamily: 'Helvetica Neue',
fontSize: 17,
lineHeight: 22.1, // 1.3 of 17px
minHeight: 28,
},
})