Fix warning

This commit is contained in:
2026-02-24 16:43:06 +04:00
parent 845be96b71
commit 2e632658ad

View File

@@ -65,7 +65,9 @@ export default class IconComponent extends Component {
}
get style() {
return `width:${this.size}px;height:${this.size}px;color:${this.color}`;
return htmlSafe(
`width:${this.size}px;height:${this.size}px;color:${this.color}`,
);
}
get title() {