-
Notifications
You must be signed in to change notification settings - Fork 405
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
Update IconTintColorBehavior so it applies tint to Button image on Android and Windows like iOS and Mac Catalyst #2042
Conversation
Thanks @mikeparker104! Could you also update the sample app to add a reproduction of the problem being fixed? This way we'll have a regression test to ensure we don't accidentally break the functionality again. |
@brminnick updated sample app 👍 |
...unityToolkit.Maui/Behaviors/PlatformBehaviors/IconTintColor/IconTintColorBehavior.windows.cs
Outdated
Show resolved
Hide resolved
/azp run |
Commenter does not have sufficient privileges for PR 2042 in repo CommunityToolkit/Maui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mikeparker104!!
Just FYI - we are working on fixing a bug in our CI pipeline that is not caused by this PR. Once the pipeline is fixed, we'll merge this PR ASAP.
Description of Change
Updated IconTintColorBehavior Android and Windows implementations so they apply the tint to Button images like on iOS and Mac Catalyst.
Linked Issues
PR Checklist
approved
(bug) orChampioned
(feature/proposal)main
at time of PRAdditional information
PR submitted as draft due to issue #2040 awaiting approved. AFAICT updates to existing documentation, tests, and samples are not required.