refactor: ♻️ Refactor toaster code for more accessibility and better UI

This commit is contained in:
Jesse Wierzbinski 2024-06-19 15:40:13 -10:00
parent 2b14813555
commit 5e6e881b98
No known key found for this signature in database
14 changed files with 96 additions and 151 deletions

View file

@ -222,7 +222,7 @@ const signOut = async (id?: string) => {
await useEvent("notification:new", {
type: "success",
title: "Signed out",
message: "Account signed out successfully",
description: "Account signed out successfully",
});
};
</script>