#6797: Fix toast header style

This commit is contained in:
checktheroads 2021-07-24 17:23:37 -07:00
parent e1cc00ad17
commit 4489e130f2
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -132,6 +132,7 @@ small {
// Use proper contrasting color foreground color for special components.
.badge,
.toast,
.toast-header,
.progress-bar {
&.bg-#{$color} {
color: color-contrast($value);