From 9a373e8af1bb73f6eb7d98b775caf8d1de43c2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Tue, 24 Feb 2026 17:42:48 +0400 Subject: [PATCH] Formatting --- app/components/icon.gjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/icon.gjs b/app/components/icon.gjs index f00b68d..b00dc5f 100644 --- a/app/components/icon.gjs +++ b/app/components/icon.gjs @@ -66,7 +66,7 @@ export default class IconComponent extends Component { get style() { return htmlSafe( - `width:${this.size}px;height:${this.size}px;color:${this.color}`, + `width:${this.size}px;height:${this.size}px;color:${this.color}` ); }