Slightly brighter icon color

This commit is contained in:
Râu Cao 2026-01-22 16:39:26 +07:00
parent 5267ffdd5c
commit b08dcedd13
Signed by: raucao
GPG Key ID: 37036C356E56CC51

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