fix: change description text color to body medium for better contrast on enterprise page#15773
Conversation
… on enterprise page - Updated FeatureCard component to use text-body-medium class for description text - Affects the 4 top feature boxes on /enterprise page - Improves visual hierarchy and readability as requested in issue #15772 Co-authored-by: Jakub <konopkja@users.noreply.github.com>
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@coderabbitai review code |
|
Tip For best results, initiate chat on the files or code changes. 🧩 Analysis chain@konopkja I'll review the code changes in this PR. Let me gather information about what files have been modified and analyze the changes. 🏁 Script executed: Length of output: 1531 🏁 Script executed: Length of output: 925 @konopkja I've reviewed the code changes in PR #15773. Here's my comprehensive analysis: ✅ Overall Assessment: ExcellentThis is a well-executed accessibility fix that addresses a specific contrast issue on the enterprise page. Technical ReviewFile Changed: Change Analysis: // Before
<p key={i} className="mb-8 last:mb-0">
// After
<p key={i} className="mb-8 last:mb-0 text-body-medium">Strengths 🎯
Accessibility Impact ♿
Code Quality 💻
Minor Considerations 🤔
Recommendations 📋
Security & Performance 🔒
This PR demonstrates excellent engineering practices: focused scope, clear documentation, and addresses a real user experience issue. Ready for merge! 🚀 |

Fixes #15772
Changes the description text color from body to body medium on the 4 top feature boxes of the enterprise page for better visual contrast and readability.
Changes
FeatureCardcomponent to usetext-body-mediumclassGenerated with Claude Code