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