docs(12-01): complete dark mode visibility fixes plan

- SUMMARY.md: dark mode h2 and form control semantic token fixes
- STATE.md: position updated, decisions recorded
- ROADMAP.md: phase 12 marked complete
- REQUIREMENTS.md: DARK-01, DARK-02 marked complete
This commit is contained in:
2026-04-01 14:06:25 +02:00
parent d3329311e1
commit 5986d5dbec
4 changed files with 116 additions and 9 deletions
+2 -2
View File
@@ -37,8 +37,8 @@
### Dark Mode Visibility
- [ ] **DARK-01**: All wizard step h2 headings are visible (readable text with proper contrast) in dark mode
- [ ] **DARK-02**: DeploymentStep native form controls (labels, legends, checkboxes, radios) are visible and styled with semantic tokens in dark mode
- [x] **DARK-01**: All wizard step h2 headings are visible (readable text with proper contrast) in dark mode
- [x] **DARK-02**: DeploymentStep native form controls (labels, legends, checkboxes, radios) are visible and styled with semantic tokens in dark mode
- [x] **DARK-03**: FieldRenderer select element has proper background and text color in dark mode
## Future Requirements