react-crud-mobile 1.0.699 → 1.0.700
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 +2 -11
- 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 +2 -11
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIButton.tsx +2 -6
|
@@ -377,9 +377,7 @@ function UIButton(props) {
|
|
|
377
377
|
buttonLabel: {
|
|
378
378
|
color: '#ffffff',
|
|
379
379
|
fontWeight: '500',
|
|
380
|
-
fontSize: 16
|
|
381
|
-
paddingRight: 10,
|
|
382
|
-
paddingLeft: 10
|
|
380
|
+
fontSize: 16
|
|
383
381
|
},
|
|
384
382
|
buttonInner: {
|
|
385
383
|
flexDirection: 'row',
|
|
@@ -410,14 +408,7 @@ function UIButton(props) {
|
|
|
410
408
|
return scope.getStyle(part, s);
|
|
411
409
|
};
|
|
412
410
|
var extra = {};
|
|
413
|
-
if (
|
|
414
|
-
extra.button = {
|
|
415
|
-
width: 'auto'
|
|
416
|
-
};
|
|
417
|
-
extra.icon = {
|
|
418
|
-
padding: 5
|
|
419
|
-
};
|
|
420
|
-
} else if (icon) {
|
|
411
|
+
if (icon) {
|
|
421
412
|
extra.button = {
|
|
422
413
|
padding: 0
|
|
423
414
|
};
|