forked from coracle/flotilla
Fix more stuff, particularly event handlers
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
class:text-base-content={theme === "info"}
|
||||
class:alert-error={theme === "error"}>
|
||||
{$toast.message}
|
||||
<Button class="flex items-center opacity-75" on:click={() => popToast($toast.id)}>
|
||||
<Button class="flex items-center opacity-75" onclick={() => popToast($toast.id)}>
|
||||
<Icon icon="close-circle" />
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user