react-crud-mobile 1.0.900 → 1.0.902

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.
@@ -1213,7 +1213,8 @@ function UIQuantity(props) {
1213
1213
  value: {
1214
1214
  flex: 1,
1215
1215
  flexDirection: 'row',
1216
- textAlign: 'center'
1216
+ textAlign: 'center',
1217
+ fontWeight: '500'
1217
1218
  },
1218
1219
  buttonInner: {
1219
1220
  flexDirection: 'row',
@@ -1955,8 +1956,7 @@ var boxStyle = /*#__PURE__*/reactNative.StyleSheet.create({
1955
1956
  width: '100%',
1956
1957
  shadowColor: '#000',
1957
1958
  shadowOpacity: 0.1,
1958
- shadowRadius: 4,
1959
- marginBottom: 16
1959
+ shadowRadius: 4
1960
1960
  }
1961
1961
  });
1962
1962
  var box = /*#__PURE__*/_extends({}, boxStyle.box);