mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
change colors
This commit is contained in:
parent
d8738fec66
commit
c54a4006ce
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ app.controller( 'DashboardCtrl',
|
|||
} else if ( score >= 11 ) {
|
||||
// Income
|
||||
adjusted_score = score - 11;
|
||||
color_scale = [ '#ff0', '#ff9' ];
|
||||
color_scale = [ '#360', '#369' ];
|
||||
}
|
||||
|
||||
return color_scale[ adjusted_score ];
|
||||
|
|
Loading…
Reference in a new issue