How do I make these "x" buttons white?

Hi @MaisonBillonDon ,

Please try this code

button.search-modal__close-button * {
 color: white !important;
 font-size: 15px !important
}