Use yellow for merge conflict instead of blue

This commit is contained in:
Mattias Granlund 2023-07-24 16:19:06 +01:00
parent cf115e8cc3
commit 2994bc256d

View File

@ -80,7 +80,7 @@
{#if !branch.baseCurrent}
<!-- branch will cause merge conflicts if applied -->
<Tooltip label="Will introduce merge conflicts if applied">
<div class="text-blue-500">&#9679;</div>
<div class="text-yellow-500">&#9679;</div>
</Tooltip>
{:else if branch.mergeable}
<Tooltip label="Can be applied cleanly">