react-crud-mobile 1.3.240 → 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.
@@ -382,7 +382,7 @@ function UIButton(props) {
382
382
  var color = element.color;
383
383
  var label = scope.getLabel();
384
384
  var icon = scope.getPart('icon');
385
- //ajuste align v4
385
+ //ajuste align v5
386
386
  if (!color) color = 'primaryLight';
387
387
  var styles = {
388
388
  buttonLabel: {