react-crud-mobile 1.3.169 → 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.
@@ -2297,11 +2297,6 @@ elementStyle.input = /*#__PURE__*/StyleSheet.create({
2297
2297
  flexWrap: 'wrap'
2298
2298
  }
2299
2299
  });
2300
- elementStyle["switch"] = {
2301
- inner: {
2302
- padding: 5
2303
- }
2304
- };
2305
2300
  elementStyle.quantity = {
2306
2301
  inner: /*#__PURE__*/_extends({}, box, {
2307
2302
  backgroundColor: 'primarySoft',
@@ -2309,7 +2304,6 @@ elementStyle.quantity = {
2309
2304
  fontSize: 16,
2310
2305
  borderRadius: 25,
2311
2306
  borderWidth: 0,
2312
- padding: 5,
2313
2307
  paddingHorizontal: 5,
2314
2308
  paddingVertical: 5,
2315
2309
  flexWrap: 'nowrap',