react-crud-mobile 1.3.104 → 1.3.105

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.
@@ -387,7 +387,7 @@ function UIButton(props) {
387
387
  var variant = reactCrudUtils.Utils.nvl(element.variant, 'default');
388
388
  var color = element.color;
389
389
  var label = scope.getLabel();
390
- var icon = element.icon;
390
+ var icon = scope.getPart('icon');
391
391
  //ajuste align v3
392
392
  if (!color) color = 'primaryLight';
393
393
  var styles = {