mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-01 01:46:54 +01:00
92e5304b84
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.