Commit 0439d8b
fix(details): use text-blue-700 in JsonViewer (dark-mode coverage lint, #433)
The dark-mode coverage script in scripts/check-dark-mode-coverage.mjs
linted against text-blue-600 (no .dark remap in apps/web/src/index.css);
the JSX-side dark:text-blue-400 variant alone is not what the script
accepts. Switching to text-blue-700 uses the existing .dark .text-blue-700
remap in index.css.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 2987c39 commit 0439d8b
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
72 | 76 | | |
73 | 77 | | |
74 | 78 | | |
| |||
0 commit comments