Work on login screen

This commit is contained in:
Jon Staab
2024-08-09 16:22:09 -07:00
parent 51cfa5f0e8
commit 71d819edc7
32 changed files with 698 additions and 534 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
{#if $toast}
{#key $toast.id}
<div transition:fly class="toast z-toast">
<div role="alert" class="alert flex justify-center">
<div role="alert" class="alert flex justify-center" class:alert-error={$toast.theme === "error"}>
{$toast.message}
</div>
</div>