From c54a4006cef0b59363b7632ba65fa84dd75301bc Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Fri, 15 May 2015 12:19:45 +0200 Subject: [PATCH] change colors --- public/app/js/controllers/DashboardCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/js/controllers/DashboardCtrl.js b/public/app/js/controllers/DashboardCtrl.js index 64abbd6e..933ef8d6 100644 --- a/public/app/js/controllers/DashboardCtrl.js +++ b/public/app/js/controllers/DashboardCtrl.js @@ -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 ];