react-crud-mobile 1.0.689 → 1.0.690
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 +1 -2
- 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 +1 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIButton.tsx +2 -2
|
@@ -430,8 +430,7 @@ function UIButton(props) {
|
|
|
430
430
|
underlayColor: 'transparent',
|
|
431
431
|
onPress: onClick,
|
|
432
432
|
style: style('button', extra.button),
|
|
433
|
-
children: /*#__PURE__*/jsxRuntime.jsxs(
|
|
434
|
-
style: style('buttonInner'),
|
|
433
|
+
children: /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
|
|
435
434
|
children: [icon && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
436
435
|
children: /*#__PURE__*/jsxRuntime.jsx(vectorIcons.Ionicons, {
|
|
437
436
|
size: 30,
|