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

fix: Use colorPrimary for checked/selected dialog items #825

Merged
merged 1 commit into from
Jul 22, 2024

Conversation

nikclayton
Copy link
Contributor

RadioButton and CheckBox color the selected radio button or check box using colorPrimary. For some reason Material dialogs don't, and use colorSecondary for this (and only this), which leads to visual inconstencices through the app.

Fix this by setting colorSecondary to colorPrimary to force it.

RadioButton and CheckBox color the selected radio button or check box
using `colorPrimary`. For some reason Material dialogs don't, and use
`colorSecondary` for this (and only this), which leads to visual
inconstencices through the app.

Fix this by setting `colorSecondary` to `colorPrimary` to force it.
@nikclayton nikclayton merged commit 92e5304 into pachli:main Jul 22, 2024
23 checks passed
@nikclayton nikclayton deleted the dialog-radio-style branch July 22, 2024 14:19
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

Successfully merging this pull request may close these issues.

1 participant