Fix/community subheading - #562
insanekrishnna wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughChangesCommunity Feed theme styling
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Bug fix · Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to The Community Feed subheading now uses the theme-aware muted text color and is mergeable. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Just for one formatting 109 line of code change?? |
@Ri1tik please have a look at the commit and the changes. There is only a one-line change. thanks |
863f2de to
7ba6952
Compare

Addressed Issues:
Fixes #549
Changes
Updated the Community Feed subheading to use the application’s existing theme-aware secondary text color.
text-muted-foregrounddesign token instead of adding theme-specific colors.Testing
git diff --checksuccessfully.frontend/src/Pages/CommunityFeed.tsxwas changed.Screenshots/Recordings
Before
The “See what the community is debating about” subheading used a fixed gray color that had poor contrast in Dark and High-Contrast themes.
community_feed_subheading.mp4
After
The subheading uses the application’s theme-aware secondary text color and remains readable across Light, Dark, and High-Contrast themes.
sol_community_feed_subheading.mp4
Summary by CodeRabbit