We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d478be + 1704089 commit 97a6bf3Copy full SHA for 97a6bf3
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