1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-02-21 12:19:27 +00:00

Modal button type

This commit is contained in:
Romein van Buren 2023-01-17 11:04:04 +01:00
parent 68017e19b1
commit 92ec231c48
Signed by: romein
GPG Key ID: 0EFF8478ADDF6C49

View File

@ -21,7 +21,7 @@
{#if title}
<header>
<div class="title">{title}</div>
<button class="btn close" on:click={() => show = false} title="close">
<button class="btn close" on:click={() => show = false} title="close" type="button">
<Icon name="x" />
</button>
</header>