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]