react-crud-mobile 1.0.680 → 1.0.682
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 -0
- 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 -0
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +4 -0
|
@@ -1238,7 +1238,11 @@ var styles$8 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
1238
1238
|
width: '100%'
|
|
1239
1239
|
},
|
|
1240
1240
|
modalHeader: {
|
|
1241
|
+
height: 58,
|
|
1242
|
+
flexWrap: 'nowrap',
|
|
1241
1243
|
flexDirection: 'row',
|
|
1244
|
+
alignContent: 'center',
|
|
1245
|
+
justifyContent: 'center',
|
|
1242
1246
|
alignItems: 'center',
|
|
1243
1247
|
padding: 15,
|
|
1244
1248
|
backgroundColor: 'primary'
|