change(ui) - insight item icon color

This commit is contained in:
Shekar Siri 2023-01-23 13:53:43 +01:00
parent 5b77db83fd
commit 7ea797d895

View file

@ -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;
}
}