btn-close change color to white bootstrap
I want to change X color button to white,
close
<button type="button" class="btn-close border-white" data-bs-dismiss="offcanvas" aria-label="close"></button>
How to do it?
try this
<button type="button" class="btn-close btn btn-light" data-bs-dismiss="offcanvas" aria-label="close"></button>
docs
@webinar well can't tell without any details, the button itself looks light to me, it's something red behind it I guess
Please or to participate in this conversation.