Use grey on error badge

pull/282/head
Amio 2019-06-01 12:43:58 +08:00
rodzic 4838f795df
commit dbcb46d7d0
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -74,7 +74,7 @@ export function badgenServe (handlers: BadgenServeHandlers): Function {
params: {
subject: defaultLabel,
status: 'timeout',
color: 'red'
color: 'grey'
}
})
}
@ -85,7 +85,7 @@ export function badgenServe (handlers: BadgenServeHandlers): Function {
params: {
subject: 'badgen',
status: 'error',
color: 'red'
color: 'grey'
}
})
}