react-crud-mobile 1.3.71 → 1.3.72

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.
@@ -1689,10 +1689,11 @@ function UIOrder(props) {
1689
1689
  }
1690
1690
  var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({
1691
1691
  row: {
1692
- padding: 20,
1692
+ flexDirection: 'row',
1693
+ gap: 10,
1694
+ padding: 15,
1693
1695
  borderBottomWidth: 1,
1694
- borderBottomColor: '#ccc',
1695
- borderRadius: 5
1696
+ borderBottomColor: '#ccc'
1696
1697
  },
1697
1698
  text: {
1698
1699
  fontSize: 18