decreased roundness

This commit is contained in:
idonahue 2023-07-06 16:10:35 +02:00 committed by Ian Donahue
parent 1f0fc96d28
commit 3fee74d15e

View File

@ -50,7 +50,7 @@
on:mouseleave={onDismiss}
on:blur={onDismiss}
style="position: absolute; top:{pos.y}px; left:{pos.x}px"
class="flex flex-col rounded-lg border-light-400 bg-white shadow dark:border-dark-500 dark:bg-dark-700 p-1 border"
class="flex flex-col rounded border-light-400 bg-white shadow dark:border-dark-500 dark:bg-dark-700 p-1 border"
>
<slot {item} />
</div>