fix: improve text contrast in Light Mode for WCAG 2.1 AA Compliance (#660)#680
Merged
Aditya948351 merged 2 commits intoJun 21, 2026
Conversation
Aditya948351
approved these changes
Jun 21, 2026
Collaborator
There was a problem hiding this comment.
Thank you for making the colors easier to read @shivani11jadhav The extra bug fixes are also very good This looks perfect!
Merging your PR!
71782f3
into
devpathindcommunity-india:master
3 of 4 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎯 Linked Issue
Closes #660
Related Context / Tracking Reference
Description of Changes
Audited and refactored typography color tokens across critical interface layers to resolve the text visibility and low-contrast accessibility issues present in Light Mode.
Component-Level Enhancements:
NextBestActionWidget.tsx: Upgraded subtitle labels, empty state helpers, and card description layout texts from faint gray values (text-gray-400/text-gray-500) to accessibly complianttext-slate-600.ProjectCard.tsx: Enhanced readability for project author tags and repository stats container items by updating them totext-slate-600.NotificationDropdown.tsx: Refactored typography utility tokens for notification messages, empty states, and contextual timestamp labels to robust high-contrast variants.Theme & Code Integrity:
dark:...styling parameters (dark:text-gray-400,dark:text-gray-500) to guarantee zero visual discrepancies or structural breakdown in dark mode views.npm run build). Clean build achieved with 0 compilation errors or TypeScript warnings.Ready for review and validation!