From b08dcedd130b7da640d561589c88ca0beae1618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 22 Jan 2026 16:39:26 +0700 Subject: [PATCH] Slightly brighter icon color --- 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 58794d8..b87559e 100644 --- a/app/components/icon.gjs +++ b/app/components/icon.gjs @@ -33,7 +33,7 @@ export default class IconComponent extends Component { } get color() { - return this.args.color || '#888'; + return this.args.color || '#898989'; } get style() {