How we can modify DatePicker Input style using styled() API only.
We can update DatePicker input style via createTheme and SX. But I'm interested in styled API only.
Is it possible? If yes then how...
I have tried below two options
Option-1 Created styled const for input render as below
Option-2 Create styled const for DatePicker itself

Above all methods are not working. CSS was generated and visible in <style> tag