Fix and make toast dark theme

This commit is contained in:
David Ralph
2020-11-30 11:56:33 +00:00
parent 727e21480d
commit 86b6ad6542
3 changed files with 14 additions and 2 deletions

View File

@@ -26,3 +26,15 @@
.Toastify__toast-container {
width: auto !important;
}
.dark {
.Toastify__toast {
background-color: #2f3542 !important;
}
.Toastify__toast-body,
.Toastify__progress-bar--default,
.Toastify__close-button {
color: white !important;
}
}