From ac6d6037f9dd36a8221769e7345e566d29dd9fef Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 18 May 2015 14:09:23 +0200 Subject: [PATCH] Make favicon colors in line with UI state colors --- app/utils/helpers.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/helpers.coffee b/app/utils/helpers.coffee index 14799ee9..0bc38926 100644 --- a/app/utils/helpers.coffee +++ b/app/utils/helpers.coffee @@ -10,7 +10,7 @@ colors = { default: 'yellow' passed: 'green' failed: 'red' - errored: 'gray' + errored: 'red' canceled: 'gray' }