-
Notifications
You must be signed in to change notification settings - Fork 3.5k
add RadioButton and CheckBox custom foreground #3773
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
base: master
Are you sure you want to change the base?
Conversation
@mzy666888 Just had a quick glance at the changes. I will let @Keboo decide if this should merge or not, but is there a particular reason you have changed the new default brushes such that they don't match what they were before? This seems like a visual breaking change. |
Hi @mzy666888, thank you for this PR. Can you elaborate further on the problem you are trying to solve with this. It looks like both of those brushes could have been set inside of your app already. I am a little hesitant to merge what was two different brushes into a single one. |
thank you Keboo, like example, I just want to change the color for checkbox Box foreground and don't want to change the color for content foreground. if leave it as it is, I will define custom style on my project. |
This PR is marked stale because it has been open 60 days with no activity. Remove stale label or update the PR, otherwise it will be closed in 14 days. |
add RadioButton and CheckBox custom foreground.