igniteui-webcomponents-layouts 4.7.2-beta.1 → 4.7.2

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.
@@ -10370,10 +10370,10 @@
10370
10370
  this.aj = a.isDisabled;
10371
10371
  this.ae = a.closeOnExecute;
10372
10372
  if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.textColor)) {
10373
- this.e3 = igniteuiWebcomponentsCore.CSSColorUtil.a(a.textColor);
10373
+ this.e3 = igniteuiWebcomponentsCore.CSSColorUtil.g(a.textColor);
10374
10374
  }
10375
10375
  if (!igniteuiWebcomponentsCore.stringIsNullOrEmpty(a.disabledTextColor)) {
10376
- this.ez = igniteuiWebcomponentsCore.CSSColorUtil.a(a.disabledTextColor);
10376
+ this.ez = igniteuiWebcomponentsCore.CSSColorUtil.g(a.disabledTextColor);
10377
10377
  }
10378
10378
  if (a.actions != null && a.actions.length > 0) {
10379
10379
  for (var b = 0; b < a.actions.length; b++) {