react-crud-mobile 1.0.922 → 1.0.924

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.
@@ -463,7 +463,7 @@ function UIButton(props) {
463
463
  children: /*#__PURE__*/jsxRuntime.jsxs(jsxRuntime.Fragment, {
464
464
  children: [icon && /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
465
465
  children: /*#__PURE__*/jsxRuntime.jsx(vectorIcons.Ionicons, {
466
- size: 30,
466
+ size: reactCrudUtils.Utils.nvl(element.iconSize, 30),
467
467
  style: iconStyle,
468
468
  name: icon
469
469
  })