17521 fix error message toast color in dark mode
This commit is contained in:
parent
f7dd09da08
commit
44c7786cd9
File diff suppressed because one or more lines are too long
|
|
@ -128,6 +128,9 @@ body[data-bs-theme=dark] {
|
|||
.footer .text-primary {
|
||||
color: white !important;
|
||||
}
|
||||
.toast {
|
||||
color: var(--#{$prefix}body-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Do not apply padding to <code> elements inside a <pre>
|
||||
|
|
|
|||
Loading…
Reference in New Issue