Tweak layout a bit more
parent
07afcab6b2
commit
0ab19b45a2
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue