1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-21 13:59:36 +02:00

Fix contrast issues

This commit is contained in:
Sean Morley 2024-09-07 17:39:47 -04:00
parent 1c9c74958b
commit a70b1f2818
5 changed files with 19 additions and 11 deletions

View file

@ -117,7 +117,7 @@
</button>
{:else}
<div class="dropdown dropdown-end">
<div tabindex="0" role="button" class="btn btn-neutral">
<div tabindex="0" role="button" class="btn btn-neutral-200">
<DotsHorizontal class="w-6 h-6" />
</div>
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->