Slightly brighter icon color
This commit is contained in:
@@ -33,7 +33,7 @@ export default class IconComponent extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get color() {
|
get color() {
|
||||||
return this.args.color || '#888';
|
return this.args.color || '#898989';
|
||||||
}
|
}
|
||||||
|
|
||||||
get style() {
|
get style() {
|
||||||
|
|||||||
Reference in New Issue
Block a user