We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DarkCyan
Cyan
1 parent 5d9740a commit 7642651Copy full SHA for 7642651
src/Views/BranchTree.axaml.cs
@@ -57,7 +57,7 @@ private void UpdateContent()
57
if (branch.IsCurrent)
58
CreateContent(new Thickness(0, 0, 0, 0), "Icons.CheckCircled", Brushes.Green);
59
else if (branch.IsLocal && !string.IsNullOrEmpty(branch.WorktreePath))
60
- CreateContent(new Thickness(2, 0, 0, 0), "Icons.Branch", Brushes.Cyan);
+ CreateContent(new Thickness(2, 0, 0, 0), "Icons.Branch", Brushes.DarkCyan);
61
else
62
CreateContent(new Thickness(2, 0, 0, 0), "Icons.Branch");
63
}
0 commit comments