Skip to content

Commit

Permalink
change closed GitHub issue color to purple
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Dec 15, 2021
1 parent 86895cf commit 49f49f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/github/github-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const documentation = `
`

function stateColor(s) {
return { open: '2cbe4e', closed: 'cb2431', merged: '6f42c1' }[s]
return { open: '2cbe4e', closed: '6f42c1', merged: '6f42c1' }[s]
}

function errorMessagesFor(notFoundMessage = 'repo not found') {
Expand Down

0 comments on commit 49f49f1

Please sign in to comment.