Skip to content

Conversation

graycreate
Copy link
Member

Summary

  • Fixed post title not displaying properly in the post detail page
  • Changed title text color from .bodyText to .primaryText for better visibility

Problem

The post title in the feed detail page was using .bodyText color which has low opacity (0.75 alpha in light mode), making it appear empty or very hard to see against the background.

Solution

Changed the foreground color from .bodyText to .primaryText which provides better contrast and is consistent with other text elements in the same view.

Test plan

  • Open any post in the detail view
  • Verify the post title is clearly visible above the content
  • Test in both light and dark modes if supported
  • Ensure title text color matches other primary text elements

🤖 Generated with Claude Code

…visibility

The post title in the detail page was using .bodyText color which has low opacity (0.75), making it appear empty or hard to see. Changed to .primaryText for better contrast and consistency with other text elements in the view.

🤖 Generated with Claude Code (https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
@Copilot Copilot AI review requested due to automatic review settings September 14, 2025 04:42
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a visibility issue with post titles in the feed detail page by changing the text color from a low-opacity secondary color to a primary color for better contrast and readability.

  • Changed post title foreground color from .bodyText to .primaryText

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link

Code Coverage Report ❌

Current coverage: 0%

@graycreate graycreate merged commit acde0db into main Sep 14, 2025
6 checks passed
@graycreate graycreate deleted the bugfix/post-detail-title-display branch September 14, 2025 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant