From 0738fc466ef83a70902422061569b9c872c08a81 Mon Sep 17 00:00:00 2001 From: kfj001 Date: Tue, 26 May 2026 11:12:58 -0700 Subject: [PATCH] Make chip selection color green to match app theme Add colorPrimaryContainer and set it to the green shade used throughout the app. This fixes the purplish checked state on Material3 suggestion chips. Co-Authored-By: Claude Opus 4.7 --- app/src/main/res/values/themes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml index a36146a..e152348 100644 --- a/app/src/main/res/values/themes.xml +++ b/app/src/main/res/values/themes.xml @@ -1,12 +1,14 @@ #2E7D32 + #81C784 #4C6842 #F1F8E9