File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,8 @@ func printImageTree(dockerCLI command.Cli, view treeView) {
241241 topNameColor := out .Color (aec .NewBuilder (aec .BlueF , aec .Bold ).ANSI )
242242 normalColor := out .Color (tui .ColorSecondary )
243243 untaggedColor := out .Color (tui .ColorTertiary )
244+ titleColor := out .Color (tui .ColorTitle )
245+
244246 isTerm := out .IsTerminal ()
245247
246248 out .Println (generateLegend (out , width ))
@@ -316,7 +318,7 @@ func printImageTree(dockerCLI command.Cli, view treeView) {
316318 _ , _ = fmt .Fprint (out , strings .Repeat (" " , columnSpacing ))
317319 }
318320
319- _ , _ = fmt .Fprint (out , h .Print (tui . ColorTitle , strings .ToUpper (h .Title )))
321+ _ , _ = fmt .Fprint (out , h .Print (titleColor , strings .ToUpper (h .Title )))
320322 }
321323 _ , _ = fmt .Fprintln (out )
322324
You can’t perform that action at this time.
0 commit comments