Fixed contextual menu color and width

This commit is contained in:
idonahue 2023-07-11 18:01:13 +02:00
parent 767d15fb9a
commit 45563fad92

View File

@ -154,7 +154,9 @@
{/if}
</PopupMenuItem>
<div class="my-2 h-[1px] w-full bg-light-300 dark:bg-dark-600"></div>
<div class="mx-3">
<div class="my-2 h-[1px] w-full bg-light-300 dark:bg-dark-500"></div>
</div>
<PopupMenuItem on:click={() => branchController.createBranch({ order })}>
Create branch before