Fix: Add support for pending in badges

This commit is contained in:
Nelson Chan 2023-01-12 04:14:46 +08:00
parent 21b418230c
commit 0ed3dd5e4f
2 changed files with 7 additions and 0 deletions

View file

@ -5,6 +5,7 @@ const badgeConstants = {
naColor: "#999",
defaultUpColor: "#66c20a",
defaultDownColor: "#c2290a",
defaultPendingColor: "#f8a306",
defaultMaintenanceColor: "#1747f5",
defaultPingColor: "blue", // as defined by badge-maker / shields.io
defaultStyle: "flat",