btv-base-controls 0.1.9 → 0.1.10

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.
@@ -375,7 +375,6 @@ class WmTemplateImageComponent {
375
375
  constructor() {
376
376
  this.require = ['mask-image', '-webkit-mask-image'];
377
377
  this.classes = 'icon-svg';
378
- this.backgroundColor = 'var(--strongFontColor)';
379
378
  this._size = '24px';
380
379
  this._sizeBox = undefined;
381
380
  }