Skip to content

Commit

Permalink
yellow ports in container panel for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Nov 9, 2022
1 parent d964c59 commit 0bdd0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gui/containers_panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (gui *Gui) getContainersPanel() *SideListPanel[*commands.Container] {
container.Name,
container.GetDisplayCPUPerc(),
utils.ColoredString(image, color.FgMagenta),
container.DisplayPorts(),
utils.ColoredString(container.DisplayPorts(), color.FgYellow),
}
},
}
Expand Down

0 comments on commit 0bdd0e0

Please sign in to comment.