Minor tweaks

This commit is contained in:
Jon Staab
2024-10-15 11:48:11 -07:00
parent 394766d080
commit 4e83e59249
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
<div
role="alert"
class="alert flex justify-center"
class:alert-info={theme === "info"}
class:bg-base-100={theme === "info"}
class:text-base-content={theme === "info"}
class:alert-error={theme === "error"}>
{$toast.message}
</div>