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.
- package/esm2020/lib/wm-tamplate-image/wm-template-image.component.mjs +1 -2
- package/fesm2015/btv-base-controls.mjs +0 -1
- package/fesm2015/btv-base-controls.mjs.map +1 -1
- package/fesm2020/btv-base-controls.mjs +0 -1
- package/fesm2020/btv-base-controls.mjs.map +1 -1
- package/lib/wm-tamplate-image/wm-template-image.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -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
|
}
|