Skip to content

Commit 7642651

Browse files
committed
ux: use DarkCyan instead of Cyan for worktree-linked branch
Signed-off-by: leo <[email protected]>
1 parent 5d9740a commit 7642651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/BranchTree.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private void UpdateContent()
5757
if (branch.IsCurrent)
5858
CreateContent(new Thickness(0, 0, 0, 0), "Icons.CheckCircled", Brushes.Green);
5959
else if (branch.IsLocal && !string.IsNullOrEmpty(branch.WorktreePath))
60-
CreateContent(new Thickness(2, 0, 0, 0), "Icons.Branch", Brushes.Cyan);
60+
CreateContent(new Thickness(2, 0, 0, 0), "Icons.Branch", Brushes.DarkCyan);
6161
else
6262
CreateContent(new Thickness(2, 0, 0, 0), "Icons.Branch");
6363
}

0 commit comments

Comments
 (0)