Tweak layout a bit more

zio/stable
Paul Frazee 2023-12-02 17:56:04 -08:00
parent 07afcab6b2
commit 0ab19b45a2
1 changed files with 1 additions and 1 deletions

View File

@ -228,6 +228,7 @@ const styles = StyleSheet.create({
outer: { outer: {
borderTopWidth: 1, borderTopWidth: 1,
paddingHorizontal: 6, paddingHorizontal: 6,
paddingVertical: 4,
}, },
outerNoBorder: { outerNoBorder: {
borderTopWidth: 0, borderTopWidth: 0,
@ -261,7 +262,6 @@ const styles = StyleSheet.create({
paddingLeft: 54, paddingLeft: 54,
paddingRight: 10, paddingRight: 10,
paddingBottom: 10, paddingBottom: 10,
paddingTop: 15,
}, },
pills: { pills: {
flexDirection: 'row', flexDirection: 'row',