Files
agentbox 7a90fec638
CI / test-and-package (push) Successful in 1m11s
CI / build-android (push) Successful in 1m31s
fix: chip text and input backgrounds in both light/dark modes
Root fixes:
- .chip now has explicit color: var(--text) in base theme,
  not just dark — buttons no longer use browser default
- All inputs/selects/textareas get background: var(--surface)
  and color: var(--text) in both light and dark themes
- Removed color-scheme: dark on body (prevented browser from
  forcing dark form controls regardless of data-theme)
- Dark mode input override only changes background shade now

This fixes: unreadable chip text and always-dark inputs.
2026-08-01 13:29:55 +00:00
..