react-crud-mobile 1.3.388 → 1.3.390

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.
@@ -2502,11 +2502,12 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
2502
2502
  borderColor: '#dedede',
2503
2503
  borderStyle: 'solid',
2504
2504
  backgroundColor: 'white',
2505
- borderRadius: 12,
2505
+ borderRadius: 10,
2506
2506
  width: '100%',
2507
2507
  shadowColor: '#000',
2508
2508
  shadowOpacity: 0.1,
2509
- shadowRadius: 4
2509
+ shadowRadius: 4,
2510
+ elevation: 5
2510
2511
  }
2511
2512
  });
2512
2513
  var box = /*#__PURE__*/_extends({}, boxStyle.box);