react-crud-mobile 1.3.239 → 1.3.241

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.
@@ -391,7 +391,7 @@ function UIButton(props) {
391
391
  var color = element.color;
392
392
  var label = scope.getLabel();
393
393
  var icon = scope.getPart('icon');
394
- //ajuste align v4
394
+ //ajuste align v5
395
395
  if (!color) color = 'primaryLight';
396
396
  var styles = {
397
397
  buttonLabel: {