diff --git a/app/components/icon.gjs b/app/components/icon.gjs index 8a529ba..f00b68d 100644 --- a/app/components/icon.gjs +++ b/app/components/icon.gjs @@ -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() {