react-crud-mobile 1.3.309 → 1.3.311
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 +1 -1
- 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 +1 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +2 -2
- package/src/elements/core/UIInput.tsx +1 -1
@@ -857,7 +857,7 @@ var styles$6 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
857
857
|
borderWidth: 1,
|
858
858
|
borderColor: 'borderColor',
|
859
859
|
borderRadius: 5,
|
860
|
-
paddingHorizontal:
|
860
|
+
paddingHorizontal: 10,
|
861
861
|
alignSelf: 'flex-start',
|
862
862
|
flexDirection: 'row',
|
863
863
|
flexWrap: 'wrap',
|