1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-20 13:29:37 +02:00

Fix the 3 dot button

This commit is contained in:
Sean Morley 2024-09-06 23:47:40 -04:00
parent 6b778dea79
commit bdb37c5ca1

View file

@ -256,7 +256,7 @@
{#if type != 'link'}
{#if user?.pk == adventure.user_id}
<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 -->