react-crud-mobile 1.0.768 → 1.0.770

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.
@@ -662,7 +662,7 @@ var styles$6 = /*#__PURE__*/reactNative.StyleSheet.create({
662
662
  alignItems: 'center',
663
663
  borderWidth: 1,
664
664
  borderColor: 'borderColor',
665
- borderRadius: 20,
665
+ borderRadius: 5,
666
666
  paddingHorizontal: 10,
667
667
  paddingVertical: 5,
668
668
  padding: 10,
@@ -1776,7 +1776,7 @@ elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
1776
1776
  alignItems: 'center',
1777
1777
  borderWidth: 1,
1778
1778
  borderColor: 'borderColor',
1779
- borderRadius: 20,
1779
+ borderRadius: 5,
1780
1780
  paddingHorizontal: 15,
1781
1781
  alignSelf: 'flex-start',
1782
1782
  flexDirection: 'row',