@smartbit4all/ng-client 3.3.153 → 3.3.154

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.
@@ -15267,7 +15267,7 @@ class SmartComponentApiClient {
15267
15267
  let element = this.element?.nativeElement;
15268
15268
  if (element && element.parentNode) {
15269
15269
  element = element.parentNode;
15270
- SmartStyleUtility.applyStyle(this.model?.style, element, this.renderer);
15270
+ SmartStyleUtility.applyStyle(this.model?.parentStyle, element, this.renderer);
15271
15271
  }
15272
15272
  }
15273
15273
  this.initData();