remove fill

This commit is contained in:
Cory LaViska
2025-11-17 15:12:52 -05:00
parent fcf3340013
commit 82e5bbddc9

View File

@@ -249,7 +249,7 @@ export default class WaIcon extends WebAwesomeElement {
return this.svg;
}
return html`<svg part="svg" fill="currentColor" width="16" height="16"></svg>`;
return html`<svg part="svg" width="16" height="16"></svg>`;
}
}