change(ui) - insight item icon color
This commit is contained in:
parent
5b77db83fd
commit
7ea797d895
1 changed files with 1 additions and 1 deletions
|
|
@ -37,10 +37,10 @@ export class InishtIssue {
|
|||
// @ts-ignore
|
||||
this.label = issueCategoriesMap[category];
|
||||
this.icon = `ic-${category}`;
|
||||
this.iconColor = 'red';
|
||||
|
||||
this.change = parseInt(change.toFixed(2));
|
||||
this.isIncreased = this.change > 0;
|
||||
this.iconColor = 'gray-dark';
|
||||
this.isNew = isNew;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue