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.
- package/dist/react-crud-mobile.cjs.development.js +3 -3
- 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 +3 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +0 -1
- package/src/elements/core/UIQuantity.tsx +1 -0
|
@@ -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);
|