info-library 2.10.43 → 2.10.44

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.
@@ -2317,7 +2317,7 @@
2317
2317
  document.head.appendChild(cssClient);
2318
2318
  }
2319
2319
  if (activeTheme == null || activeTheme == undefined)
2320
- activeTheme = "_" + _this._plataforma.Config.ux + "-theme";
2320
+ activeTheme = "_" + _this._plataforma.Config.theme + "-theme";
2321
2321
  _this._themeService.setTheme(activeTheme || 'default-theme');
2322
2322
  _this._themeService.setMenuMin(menuMin == 'true');
2323
2323
  _this._themeService.setModePrime(prime == 'true');