From 9119846ea76199b04268cf9050b69af095b20d2d Mon Sep 17 00:00:00 2001 From: lorentz Date: Sun, 3 May 2026 21:07:09 -0400 Subject: [PATCH] docs(06): UI design contract --- .planning/phases/06-analyzer-feed-new/06-UI-SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.planning/phases/06-analyzer-feed-new/06-UI-SPEC.md b/.planning/phases/06-analyzer-feed-new/06-UI-SPEC.md index 3492468..891ef61 100644 --- a/.planning/phases/06-analyzer-feed-new/06-UI-SPEC.md +++ b/.planning/phases/06-analyzer-feed-new/06-UI-SPEC.md @@ -93,7 +93,7 @@ All colors use CSS variable tokens from `app/globals.css` + `app/styles/brand.cs | Card surface | `bg-card` / `border` | shadcn Card wrapping each feed row and detail sections | | Destructive | `text-destructive` / `bg-destructive/10` | "Review" pill (`needs_human_review`), error toast, Retry button label | -Accent reserved for: active BottomNav tab indicator only (the Analyzer tab `text-primary` state). Not used for row elements, badges, or hover states. +Accent (`bg-primary` / `text-primary`) reserved for: (1) active BottomNav tab indicator (the Analyzer tab `text-primary` state, inherited from Phase 2 shell) and (2) stage pip filled/used state (`bg-primary` on dots representing stages the analysis reached, see ยง"Stage Pip Colors" below). Not used for row borders, hover states, badge backgrounds, text labels, or any other element. ### Stage Pip Colors [D-13, D-14]