diff --git a/pkg/gui/presentation/branches.go b/pkg/gui/presentation/branches.go index b75dfc95b..7f1e76ea5 100644 --- a/pkg/gui/presentation/branches.go +++ b/pkg/gui/presentation/branches.go @@ -131,16 +131,7 @@ func GetBranchTextStyle(name string) style.TextStyle { return value } - switch branchType { - case "feature": - return style.FgGreen - case "bugfix": - return style.FgYellow - case "hotfix": - return style.FgRed - default: - return theme.DefaultTextColor - } + return theme.DefaultTextColor } func BranchStatus(