react-crud-mobile 1.0.813 → 1.0.815

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.
@@ -375,7 +375,7 @@ var BUTTONS_SIZE = {
375
375
  };
376
376
  var ICONS_SIZE = {
377
377
  small: {
378
- fontSize: 20
378
+ fontSize: 16
379
379
  }
380
380
  };
381
381
  function UIButton(props) {
@@ -1303,7 +1303,8 @@ function UIModal(props) {
1303
1303
  })]
1304
1304
  }), /*#__PURE__*/jsxRuntime.jsx(reactNative.ScrollView, {
1305
1305
  contentContainerStyle: {
1306
- flexGrow: 1
1306
+ flexGrow: 1,
1307
+ maxHeight: '70%'
1307
1308
  },
1308
1309
  style: style('modalContent'),
1309
1310
  children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {