summaryrefslogtreecommitdiff
path: root/source/features/list-prs-for-branch.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/list-prs-for-branch.tsx')
-rw-r--r--source/features/list-prs-for-branch.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/features/list-prs-for-branch.tsx b/source/features/list-prs-for-branch.tsx
index b1e49af3..bac9ddc8 100644
--- a/source/features/list-prs-for-branch.tsx
+++ b/source/features/list-prs-for-branch.tsx
@@ -9,9 +9,9 @@ import {getPullRequestsAssociatedWithBranch, stateIcon} from './show-associated-
// Taken from https://github.com/fregante/github-issue-link-status/blob/98792f2837352bacbf80664f3edbcec8e579ed17/source/github-issue-link-status.js#L10
const stateColorMap = {
- OPEN: 'color-text-success color-fg-success',
- CLOSED: 'color-text-danger color-fg-danger',
- MERGED: 'color-purple-5 color-fg-done',
+ OPEN: 'color-fg-success',
+ CLOSED: 'color-fg-danger',
+ MERGED: 'color-fg-done',
DRAFT: '',
};