fix(#93): migrate hardcoded text-gray-400/500 to semantic ink tokens in enrich pages #108
Reference in New Issue
Block a user
Delete Branch "feature/93-fix-label-contrast"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #93
Summary
The section label contrast issue (
text-ink-3 uppercaseused for "FILE", "MORE DETAILS", "OPTIONAL", etc.) is fixed at the token level in PR #107 (ink-3: #9ca3af → #6b7280).This PR fixes the 3 hardcoded gray values in the enrich pages that bypass the token system entirely — and would have retained failing contrast even after #107 merges:
enrich/+page.svelteback linktext-gray-500text-ink-2 hover:text-inkenrich/done/+page.sveltebodytext-gray-500text-ink-2enrich/done/+page.sveltelinktext-gray-400text-ink-2 hover:text-inkTest plan