Add remove group, format

This commit is contained in:
Jon Staab
2024-08-16 10:50:38 -07:00
parent 437cfa7bc4
commit bd8fcd3264
51 changed files with 800 additions and 435 deletions
+4 -1
View File
@@ -6,7 +6,10 @@
{#if $toast}
{#key $toast.id}
<div transition:fly class="toast z-toast">
<div role="alert" class="alert flex justify-center" class:alert-error={$toast.theme === "error"}>
<div
role="alert"
class="alert flex justify-center"
class:alert-error={$toast.theme === "error"}>
{$toast.message}
</div>
</div>