Summary
Three surfaces render with white/light backgrounds against the dark workspace shell: the Edit Card modal, the Edit Column modal, and the Filter Cards panel. These are dark-mode theming regressions.
Affected Surfaces
- Edit Card modal — white background when opening any card
- Edit Column modal — white background when editing a column
- Filter Cards panel (opened with
f key) — white background
Reproduction
- Use app in dark mode (the default workspace shell)
- Open any card modal, or click the column edit icon, or press
f for filter
- Observe white/light background breaking the visual context
Expected
All modals/panels use dark-mode tokens (--td-* design tokens, bg-td-surface class) consistent with the board canvas.
Fix
Audit the three components for missing dark-mode token application. Apply the same bg-td-surface / dark token classes used on the board canvas and other correctly-styled modals.
Priority
P1 — dark mode regression affecting core surfaces
Discovered in manual testing session 2026-03-29. See docs/analysis/2026-03-29_manual_testing_consolidated_findings.md (BUG-H2, BUG-H3, BUG-H4).
Summary
Three surfaces render with white/light backgrounds against the dark workspace shell: the Edit Card modal, the Edit Column modal, and the Filter Cards panel. These are dark-mode theming regressions.
Affected Surfaces
fkey) — white backgroundReproduction
ffor filterExpected
All modals/panels use dark-mode tokens (
--td-*design tokens,bg-td-surfaceclass) consistent with the board canvas.Fix
Audit the three components for missing dark-mode token application. Apply the same
bg-td-surface/ dark token classes used on the board canvas and other correctly-styled modals.Priority
P1 — dark mode regression affecting core surfaces
Discovered in manual testing session 2026-03-29. See
docs/analysis/2026-03-29_manual_testing_consolidated_findings.md(BUG-H2, BUG-H3, BUG-H4).