react-crud-mobile 1.0.539 → 1.0.541

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.
@@ -499,6 +499,9 @@ elementStyle.input = StyleSheet.create({
499
499
  elementStyle.quantity = {
500
500
  inner: {
501
501
  ...box,
502
+ backgroundColor: 'primaryLight',
503
+ fontWeight: 600,
504
+ fontSize: 16,
502
505
  padding: 5,
503
506
  borderRadius: 25,
504
507
  flexWrap: 'nowrap',