17521 fix error message toast color in dark mode

This commit is contained in:
Arthur Hanson 2024-09-18 14:05:02 -07:00 committed by Jeremy Stretch
parent f7dd09da08
commit 44c7786cd9
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -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>