Skip to content

improved the Reply option visibility in the Debate Transcript comments section under High Contrast Theme - #540

Open
insanekrishnna wants to merge 1 commit into
AOSSIE-Org:mainfrom
insanekrishnna:fix/comment-reply-issue
Open

insanekrishnna wants to merge 1 commit into
AOSSIE-Org:mainfrom
insanekrishnna:fix/comment-reply-issue

Conversation

@insanekrishnna

@insanekrishnna insanekrishnna commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Addressed Issues

Fixes #523

Changes

Improved the Reply option visibility in the Debate Transcript comments section under High Contrast Theme.

  • Added a High Contrast-only black text color to the Reply option.
  • Kept the Reply option black during hover in High Contrast Theme.
  • Preserved the existing orange color in Light Theme.
  • Preserved the existing orange color and hover behavior in Dark Theme.
  • Left comment submission, reply handling, and all other comment actions unchanged.

This change makes the Reply action clearly readable in High Contrast Theme without affecting the existing Light or Dark Theme appearance.

Testing

  • Rendered the Reply control in Light Theme.
  • Rendered the Reply control in Dark Theme.
  • Rendered the Reply control in High Contrast Theme.
  • Confirmed Light Theme remains orange.
  • Confirmed Dark Theme remains orange.
  • Confirmed High Contrast Theme resolves to black.
  • Confirmed the High Contrast hover state remains black.
  • Confirmed the Tailwind theme variants were processed successfully through Vite.
  • Ran git diff --check successfully.
  • Confirmed only frontend/src/components/CommentTree.tsx was modified.
  • Confirmed no functional comment or reply behavior was changed.

File-level ESLint was also run. It remains blocked by seven pre-existing errors and one pre-existing hook warning elsewhere in CommentTree.tsx. The modified styling line introduces no new lint findings.

Screenshots/Recordings

see this recordings on full screen for easily understanding, because changes are hiding behind timeline

Before

The Reply option appeared light yellow in High Contrast Theme and was difficult to distinguish.

reply_color_issue.2.mp4

After

The Reply option appears black in High Contrast Theme and remains black when hovered.

sol_reply._color.mp4

Light and Dark Theme styling remains unchanged.

@coderabbitai

coderabbitai Bot commented Sep 16, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 24 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 7f439b6a-a8ed-4ee0-96cd-3b0edb63c4fc

📥 Commits

Reviewing files that changed from the base of the PR and between 9f90f9b and 29baef6.

📒 Files selected for processing (1)
  • frontend/src/components/CommentTree.tsx

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Incorrect Reply Color in High Contrast Theme

1 participant