react-crud-mobile 1.3.17 → 1.3.18

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.
@@ -535,9 +535,9 @@ function UISelect(props) {
535
535
  children: reactCrudUtils.Utils.nvl(value, placeholder)
536
536
  }), /*#__PURE__*/jsxRuntime.jsx(vectorIcons.Ionicons, {
537
537
  name: "chevron-down-outline",
538
- size: 24,
538
+ size: scope.getPart('iconSize', null, 24),
539
539
  color: scope.getPart('iconColor', null, iconColor),
540
- style: style('modalCloseText', {})
540
+ style: style('iconStyle', {})
541
541
  })]
542
542
  }), /*#__PURE__*/jsxRuntime.jsxs(reactNative.Modal, {
543
543
  animationType: "slide",