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 643ddee commit c11830fCopy full SHA for c11830f
pkg/commit/ci.go
@@ -46,7 +46,7 @@ func SelectCommitType() consts.CommitType {
46
ActiveTpl: "» {{ .Type | cyan }} ({{ .ENDescription | cyan }})",
47
InactiveTpl: " {{ .Type | white }} ({{ .ENDescription | white }})",
48
SelectPrompt: "Commit Type",
49
- SelectedTpl: "{{ \"» Type:\" | green }} {{ .Type }}",
+ SelectedTpl: "{{ \"» \" | green }}{{\"Type:\" | cyan }} {{ .Type }}",
50
DisPlaySize: 9,
51
DetailsTpl: `
52
--------- Commit Type ----------
0 commit comments