react-crud-mobile 1.0.786 → 1.0.788
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 +4 -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 +4 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +2 -1
- package/src/elements/core/UIView.tsx +2 -1
|
@@ -1320,7 +1320,8 @@ var styles$8 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
1320
1320
|
modalContent: {
|
|
1321
1321
|
flex: 1,
|
|
1322
1322
|
backgroundColor: '#f5f5f5',
|
|
1323
|
-
|
|
1323
|
+
paddingHorizontal: 16,
|
|
1324
|
+
paddingVertical: 20
|
|
1324
1325
|
}
|
|
1325
1326
|
});
|
|
1326
1327
|
|
|
@@ -1379,7 +1380,8 @@ function UIView(_ref) {
|
|
|
1379
1380
|
}
|
|
1380
1381
|
var styles$9 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1381
1382
|
scroll: {
|
|
1382
|
-
|
|
1383
|
+
paddingHorizontal: 16,
|
|
1384
|
+
paddingVertical: 20
|
|
1383
1385
|
},
|
|
1384
1386
|
container: {
|
|
1385
1387
|
backgroundColor: 'primary'
|