Add D034: form error copper styling (pending) to decisions log

- Documented the two-layer error styling inconsistency and recommended fix
- Added form error colour normalisation as Phase 4 item in review plan

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 15:37:42 +11:00
parent d66c59c56b
commit ed046e29fb
2 changed files with 14 additions and 4 deletions

View File

@@ -102,10 +102,11 @@ retained as alternatives.
## Phase 4: Cross-cutting concerns
After individual components are clean:
1. Run `/adapt` on all organisms + ProviderCard/VenueCard (responsive check)
2. Run `/typeset` across a representative sample of each tier
3. Run `/preflight` to verify the full codebase
4. Commit all fixes
1. **Form error colour normalisation (D034):** Override MuiFormHelperText, MuiOutlinedInput, and ToggleButtonGroup error styles in `src/theme/index.ts` to use copper instead of red. Keep `palette.error.main` red for non-form uses. This unifies atom-level error styling with the page-level copper already applied in the wizard grooming pass.
2. Run `/adapt` on all organisms + ProviderCard/VenueCard (responsive check)
3. Run `/typeset` across a representative sample of each tier
4. Run `/preflight` to verify the full codebase
5. Commit all fixes
**Estimated effort:** 0.5 session.