1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-02-22 04:39:28 +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} {#if title}
<header> <header>
<div class="title">{title}</div> <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" /> <Icon name="x" />
</button> </button>
</header> </header>