We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66977d4 commit 1704089Copy full SHA for 1704089
1 file changed
cli/command/image/tree.go
@@ -132,7 +132,7 @@ func printImageTree(dockerCLI command.Cli, view treeView) error {
132
133
warningColor := aec.LightYellowF
134
headerColor := aec.NewBuilder(aec.DefaultF, aec.Bold).ANSI
135
- topNameColor := aec.NewBuilder(aec.BlueF, aec.Underline, aec.Bold).ANSI
+ topNameColor := aec.NewBuilder(aec.BlueF, aec.Bold).ANSI
136
normalColor := aec.NewBuilder(aec.DefaultF).ANSI
137
greenColor := aec.NewBuilder(aec.GreenF).ANSI
138
untaggedColor := aec.NewBuilder(aec.Faint).ANSI
0 commit comments