Enhance Toastify notifications with custom icons and adjust autoClose timing

This commit is contained in:
2025-07-31 20:36:34 -04:00
parent 47eabdce96
commit 7824fc4b7c
2 changed files with 10 additions and 5 deletions

View File

@@ -272,3 +272,11 @@ Toastify customizations
background-color: rgba(46, 186, 106, 0.8) !important;
color: inherit !important;
}
.Toastify__toast--success > .Toastify__toast-icon svg {
display: none;
}
.Toastify__toast--success > .Toastify__toast-icon::after {
content: "🦄" !important;
}