react-crud-mobile 1.3.170 → 1.3.171

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.
@@ -2306,11 +2306,6 @@ elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
2306
2306
  flexWrap: 'wrap'
2307
2307
  }
2308
2308
  });
2309
- elementStyle["switch"] = {
2310
- inner: {
2311
- padding: 5
2312
- }
2313
- };
2314
2309
  elementStyle.quantity = {
2315
2310
  inner: /*#__PURE__*/_extends({}, box, {
2316
2311
  backgroundColor: 'primarySoft',
@@ -2318,7 +2313,6 @@ elementStyle.quantity = {
2318
2313
  fontSize: 16,
2319
2314
  borderRadius: 25,
2320
2315
  borderWidth: 0,
2321
- padding: 5,
2322
2316
  paddingHorizontal: 5,
2323
2317
  paddingVertical: 5,
2324
2318
  flexWrap: 'nowrap',