mirror of
https://github.com/vernu/textbee.git
synced 2026-07-31 01:17:52 -04:00
Replace the common hardcoded gray/white color pairs (bg-white dark:bg-gray-800, text-gray-900 dark:text-white, text-gray-500 dark:text-gray-400, border-gray-200 dark:border-gray-700, etc.) with semantic tokens (bg-card, text-foreground, text-muted-foreground, border-border, bg-muted) in the app header, message history, verify-email and download pages, so light/dark stay consistent and the theme is the single source of truth. Build, 19 unit tests, and e2e green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>