adds CRITICAL log level

This commit is contained in:
Mose Müller
2023-11-27 16:15:53 +01:00
parent 7b7ef0eb97
commit 9d36f99404
3 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,7 @@ input.instantUpdate {
.warningToast {
background-color: rgba(255, 181, 44, 0.603) !important;
}
.errorToast, .exceptionToast {
.errorToast, .criticalToast {
background-color: rgba(216, 41, 18, 0.678) !important;
}
.buttonComponent {