Enhance Toastify notifications with custom icons and adjust autoClose timing
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user