summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-08-01 16:02:49 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-08-01 16:14:56 +1000
commitd626bcac0029267d3f45223198902f5cb78d9dc1 (patch)
tree684b0bd2cb23d4fac8dc7a53a28e2fd83c314abd /pkg/gui/branches_panel.go
parent123d624141ca73b828bdd6c6b43ff16ce1ec0e49 (diff)
color fixups
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go
index 0c5a2d7d2..d5438bc16 100644
--- a/pkg/gui/branches_panel.go
+++ b/pkg/gui/branches_panel.go
@@ -554,7 +554,7 @@ func (gui *Gui) findBranchNameSuggestions(input string) []*types.Suggestion {
for i, branchName := range matchingBranchNames {
suggestions[i] = &types.Suggestion{
Value: branchName,
- Label: presentation.GetBranchColor(branchName).Sprint(branchName),
+ Label: presentation.GetBranchTextStyle(branchName).Sprint(branchName),
}
}