docs(06): UI design contract

This commit is contained in:
lorentz 2026-05-03 21:07:09 -04:00
parent 4b2e030ca3
commit 9119846ea7

View file

@ -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]