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() {