Slightly brighter icon color

This commit is contained in:
2026-01-22 16:39:26 +07:00
parent 5267ffdd5c
commit b08dcedd13

View File

@@ -33,7 +33,7 @@ export default class IconComponent extends Component {
}
get color() {
return this.args.color || '#888';
return this.args.color || '#898989';
}
get style() {