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:
parent
68017e19b1
commit
92ec231c48
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user