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 1efd226f75
commit 2f739ff0b3

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