close button color with light primary only for toasts

This commit is contained in:
Michael Shamoon 2022-05-17 09:09:38 -07:00
parent c1fb277f25
commit 6b4a2b6ca8

View File

@ -39,7 +39,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
background-image: escape-svg($form-check-radio-checked-bg-image-dark);
}
.btn-close {
.toast .btn-close {
filter: none !important;
}
}