Customize new ionic 6 ion-datetime

Hi all, i have a question about the new ionic 6 ion-datetime.

I made a time picker and i would like to customize the picker-item-active element to make the font bolder.
I tried multiple ways to modify the shadow dom element but without success…

How can i achieve this please ?

Hi there! At the moment, this is not possible. The datetime does not expose the active element for customization.

Though this does sound like a good feature, so I would suggest open a feature request issue on github.

oh ok :wink: So, all of the modifications i can do into google console to customize it (like in the screenshot) can not be done by code at this moment that’s right ?

Correct. Since those customizations are basically because DevTools allows you to break shadow DOM.