Skip to content

Commit c11830f

Browse files
author
mritd
committed
feat(select): 调整终端颜色
调整终端颜色 Signed-off-by: mritd <[email protected]>
1 parent 643ddee commit c11830f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/commit/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func SelectCommitType() consts.CommitType {
4646
ActiveTpl: "» {{ .Type | cyan }} ({{ .ENDescription | cyan }})",
4747
InactiveTpl: " {{ .Type | white }} ({{ .ENDescription | white }})",
4848
SelectPrompt: "Commit Type",
49-
SelectedTpl: "{{ \"» Type:\" | green }} {{ .Type }}",
49+
SelectedTpl: "{{ \"» \" | green }}{{\"Type:\" | cyan }} {{ .Type }}",
5050
DisPlaySize: 9,
5151
DetailsTpl: `
5252
--------- Commit Type ----------

0 commit comments

Comments
 (0)