My form includes a single date input using
<input type='date' class='form-control'>
. When utilizing the form-control feature from Bootstrap 5, the default white color is applied to the date picker, matching the rest of the form.
Despite my attempts to change the color of the date picker through various means, I have not been successful.
Snippet of code: https://codepen.io/TCMF/pen/YzLrBYE