react-crud-mobile 1.0.868 → 1.0.870

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.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import { ChildType } from 'react-crud-utils';
3
+ export default function UISlider(props: ChildType): import("react").JSX.Element;
@@ -1131,7 +1131,7 @@ function UIQuantity(props) {
1131
1131
  var color = element.color;
1132
1132
  if (!color) color = 'primary';
1133
1133
  var btn = {
1134
- padding: 10,
1134
+ padding: 0,
1135
1135
  alignItems: 'center',
1136
1136
  height: 30,
1137
1137
  width: 30,