From 92e5304b8417885e5bbb0e22bd7b88425a6c0242 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Mon, 22 Jul 2024 16:19:08 +0200 Subject: [PATCH] fix: Use colorPrimary for checked/selected dialog items (#825) 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. --- core/designsystem/src/main/res/values/styles.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/designsystem/src/main/res/values/styles.xml b/core/designsystem/src/main/res/values/styles.xml index b1522e576..2751cb494 100644 --- a/core/designsystem/src/main/res/values/styles.xml +++ b/core/designsystem/src/main/res/values/styles.xml @@ -102,6 +102,9 @@