Change text colour within DateRangePicker

image

So unsure if I broke something for it to look like this, but I am looking to change the text colour within the date range picker. Just unsure of the exact element that I need to be targeting in the CSS, or if I’m missing something super obvious

Hi, @kaleb. I think you’ll want to target the color property inside the .anvil-datepicker class.

Appreciate the help, ended up being the color property of the .daterangepicker class, instead of .datepicker, which was targeting the initial text box, and not the popup container