ordering-ui-react-native 0.16.58 → 0.16.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.16.58",
3
+ "version": "0.16.59",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -84,7 +84,7 @@ const ServiceFormUI = (props: ServiceFormParams) => {
84
84
  justifyContent: 'space-between'
85
85
  },
86
86
  professionalItem: {
87
- padding: 11,
87
+ paddingVertical: 11,
88
88
  borderColor: theme.colors.backgroundGray200,
89
89
  borderTopWidth: 1
90
90
  },
@@ -517,7 +517,7 @@ const ServiceFormUI = (props: ServiceFormParams) => {
517
517
  entireModal
518
518
  >
519
519
  <ScrollView contentContainerStyle={styles.professionalList}>
520
- <View style={{ padding: 11 }}>
520
+ <View style={{ paddingVertical: 11 }}>
521
521
  <OText
522
522
  size={14}
523
523
  weight={'400'}