Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
I would like to customize the CSS styles of the ion-datetime in a more precise way.
I read this article that explain how to access styles inside the shadow dom.
https://ionicframework.com/docs/theming/css-shadow-parts
I noticed that parts are not exposed in the ion-datetime
Describe the Use Case
I would like to implement that kind of styling
Describe Preferred Solution
Adding part attribtues to the shadow root children will help to access the styling of ion-datetime component
Describe Alternatives
No alternative for now.
Related Code
The code is pretty simple
Additional Information
No response