Make favicon colors in line with UI state colors

This commit is contained in:
Piotr Sarnacki 2015-05-18 14:09:23 +02:00
parent d398f468b8
commit ac6d6037f9

View File

@ -10,7 +10,7 @@ colors = {
default: 'yellow'
passed: 'green'
failed: 'red'
errored: 'gray'
errored: 'red'
canceled: 'gray'
}