Skip to content

Commit

Permalink
Merge pull request #5473 from rumpl/no-underline
Browse files Browse the repository at this point in the history
Do not underline image name
  • Loading branch information
thaJeztah authored Sep 23, 2024
2 parents 9d478be + 1704089 commit 97a6bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/command/image/tree.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func printImageTree(dockerCLI command.Cli, view treeView) error {

warningColor := aec.LightYellowF
headerColor := aec.NewBuilder(aec.DefaultF, aec.Bold).ANSI
topNameColor := aec.NewBuilder(aec.BlueF, aec.Underline, aec.Bold).ANSI
topNameColor := aec.NewBuilder(aec.BlueF, aec.Bold).ANSI
normalColor := aec.NewBuilder(aec.DefaultF).ANSI
greenColor := aec.NewBuilder(aec.GreenF).ANSI
untaggedColor := aec.NewBuilder(aec.Faint).ANSI
Expand Down

0 comments on commit 97a6bf3

Please sign in to comment.