How to change the color of this?

Hi Weweb,

Quick question, how can I change the color of the calendar Icon parent in the date picker ?

Thanks,
Will

Hey,

You can find the color customization here :

Hope this helps !

Hugo From OneClick

Hi Hugo,

Thank you but unfortunately, this field controls the color of the icon.
I was more specifically interested in controlling the color of the parent container of the icon.
Weirdly, the colors apply fine in each step of the date picker but not the step where it displays the years/months. Please see my screenshot below :

Hi @WilliamB :waving_hand:
It seems like there is like an overlay with fixed white color on those buttons.
You can overwrite it with custom css:

<style>
.dp__overlay_action {
    background: unset;
}
</style>

This will remove the color set, and allow the background color to be visible!

Hi dear @jptrinh ,

Once again you’re my savior.

Thanks a lot for your precious help.

Best,

Will