Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timePickerTheme decoding #29

Closed
acx70 opened this issue Nov 20, 2021 · 2 comments
Closed

timePickerTheme decoding #29

acx70 opened this issue Nov 20, 2021 · 2 comments

Comments

@acx70
Copy link

acx70 commented Nov 20, 2021

I am not sure if it's a problem but it took me a while to understand it. When in the Json you use "timePickerTheme" it does not work, if you use " "timePickerThemeData" it works.

Not working example:
{ ... "timePickerTheme": { "backgroundColor": "#ffffff" } ... }

Working example:
{ ... "timePickerThemeData": { "backgroundColor": "#ffffff" } ... }

@jpeiffer
Copy link
Contributor

Should be fixed in 3.1.2+1.

@acx70
Copy link
Author

acx70 commented Nov 30, 2021

It works with ^3.1.2+1

@acx70 acx70 closed this as completed Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants