react-crud-mobile 1.0.770 → 1.0.772

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.
@@ -537,7 +537,7 @@ var styles$3 = /*#__PURE__*/reactNative.StyleSheet.create({
537
537
  selectInput: {
538
538
  width: '100%',
539
539
  flexDirection: 'row',
540
- borderRadius: 20,
540
+ borderRadius: 5,
541
541
  paddingHorizontal: 15,
542
542
  paddingVertical: 10
543
543
  },
@@ -1766,7 +1766,7 @@ elementStyle.card = /*#__PURE__*/reactNative.StyleSheet.create({
1766
1766
  });
1767
1767
  elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
1768
1768
  label: {
1769
- paddingLeft: 8
1769
+ paddingLeft: 0
1770
1770
  },
1771
1771
  inner: {
1772
1772
  flex: 1,