We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb54786 commit 1c7daa3Copy full SHA for 1c7daa3
pkg/cli/cmd/list/list.go
@@ -27,7 +27,7 @@ var (
27
var ConditionColor = map[string]color.Attribute{
28
"Rejected": color.FgHiRed,
29
"Approved": color.FgHiGreen,
30
- "Pending": color.FgHiBlue,
+ "Pending": color.FgHiYellow,
31
}
32
33
const listTemplate = `{{- $at := len .ApprovalTasks.Items }}{{ if eq $at 0 -}}
pkg/cli/formatter/field.go
@@ -8,7 +8,7 @@ import (
8
9
10
11
12
13
14
func ColorStatus(status string) string {
0 commit comments