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.
- package/dist/react-crud-mobile.cjs.development.js +2 -2
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +2 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +1 -1
- package/src/elements/core/UIInput.tsx +1 -1
|
@@ -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:
|
|
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:
|
|
1779
|
+
borderRadius: 5,
|
|
1780
1780
|
paddingHorizontal: 15,
|
|
1781
1781
|
alignSelf: 'flex-start',
|
|
1782
1782
|
flexDirection: 'row',
|