Newer
Older
.Toastify__toast {
background: #fafafa !important;
}
.Toastify__toast--success {
.toastBody {
color: #73a839;
}
.toastProgress {
background: #73a839 !important;
}
}
.Toastify__toast--error {
.toastBody {
color: #c71c22;
}
.toastProgress {
background: #c71c22 !important;
}
}