mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
Fix and make toast dark theme
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user