From db54e8e9e9a718116697dd4f6f5ce8e1f7d94a15 Mon Sep 17 00:00:00 2001 From: Trevor Walker Date: Mon, 31 Aug 2026 09:18:34 -0600 Subject: [PATCH] docs(mobile): clarify approval tint contrast --- apps/mobile/src/widgets/AgentActivity.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/mobile/src/widgets/AgentActivity.tsx b/apps/mobile/src/widgets/AgentActivity.tsx index c244e05b4..8ec5dae2f 100644 --- a/apps/mobile/src/widgets/AgentActivity.tsx +++ b/apps/mobile/src/widgets/AgentActivity.tsx @@ -70,7 +70,8 @@ export function AgentActivity( // for approval, indigo for input, sky for working, emerald for completed. // On iPhone the LA sits on a dark material, but macOS (iPhone Mirroring / // Mac notification center) renders it on a light one — so pick the web - // palette's light (-600) or dark (-300) variant off the color scheme. + // palette's light-background (-600) or dark-background (-300) variant. + // Approval uses amber-700 on light to retain 4.5:1 contrast. const isLightScheme = environment.colorScheme === "light"; const phaseTint = (phase: AgentActivityPhase | undefined): string => { if (environment.isLuminanceReduced) {