updated 'error' and ' success' toast colors to be always red and green, no matter the app

This commit is contained in:
Valentin Mihai 2023-09-11 13:13:07 +03:00
parent f0c51915b2
commit d1df30b56e

View File

@ -84,11 +84,11 @@ $toast-width: 400px;
}
.toast-success {
background-color: var(--iqser-green-2);
background-color: #5ce594;
}
.toast-error {
background-color: var(--iqser-red-1);
background-color: #dd4d50;
color: var(--iqser-white);
}