Skip to content

Commit

Permalink
Change Pending color from blue to yellow in list command
Browse files Browse the repository at this point in the history
Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
  • Loading branch information
PuneetPunamiya committed May 14, 2024
1 parent 7039eba commit f058d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cmd/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
var ConditionColor = map[string]color.Attribute{
"Rejected": color.FgHiRed,
"Approved": color.FgHiGreen,
"Pending": color.FgHiBlue,
"Pending": color.FgHiYellow,
}

const listTemplate = `{{- $at := len .ApprovalTasks.Items }}{{ if eq $at 0 -}}
Expand Down

0 comments on commit f058d7b

Please sign in to comment.