Skip to content

fix(web): match Recent Comments tile background to Related Artists#14408

Merged
dylanjeffers merged 1 commit into
mainfrom
fix/profile-recent-comments-bg
May 27, 2026
Merged

fix(web): match Recent Comments tile background to Related Artists#14408
dylanjeffers merged 1 commit into
mainfrom
fix/profile-recent-comments-bg

Conversation

@dylanjeffers
Copy link
Copy Markdown
Contributor

Summary

The Recent Comments sidebar tile on the desktop profile page was rendering with backgroundColor='surface1' (Harmony secondary-surface gray), while the Related Artists tile directly below it uses backgroundColor='white' (via ProfilePictureListTile's Paper). The mismatch made the left-nav column look inconsistent.

Switch Recent Comments to white so the two tiles share the lighter background.

Change

One-line edit in packages/web/src/pages/profile-page/components/desktop/RecentComments.tsx:

-        backgroundColor='surface1'
+        backgroundColor='white'

Visual-only. No data-fetching, animation, or layout logic touched.

Test plan

  • Open any artist profile (e.g. /rac) on desktop web. Confirm the Recent Comments tile and the Related Artists tile in the left nav now have the same white background.
  • Light mode + dark mode: the tile still reads correctly against the page background in both themes (Harmony's white token is theme-aware).

🤖 Generated with Claude Code

The Recent Comments sidebar tile rendered with `backgroundColor='surface1'`
(secondary surface gray), while the Related Artists tile next to it uses
`backgroundColor='white'` via ProfilePictureListTile's Paper. The mismatch
made the column visually inconsistent. Switch Recent Comments to `white`
so both tiles share the lighter background.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 27, 2026

⚠️ No Changeset found

Latest commit: cd4172a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dylanjeffers dylanjeffers merged commit ae38c2b into main May 27, 2026
5 checks passed
@dylanjeffers dylanjeffers deleted the fix/profile-recent-comments-bg branch May 27, 2026 00:38
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