Skip to content

Mobile: remove unintended artwork opacity overlay#14113

Draft
dylanjeffers wants to merge 1 commit intomainfrom
cursor/mobile-track-tile-opacity-77ff
Draft

Mobile: remove unintended artwork opacity overlay#14113
dylanjeffers wants to merge 1 commit intomainfrom
cursor/mobile-track-tile-opacity-77ff

Conversation

@dylanjeffers
Copy link
Copy Markdown
Contributor

Problem

Track tile artwork was being rendered with an unintended opacity/overlay effect that made images look washed out (lightened in dark mode, darkened in light mode).

Fix

  • Updated packages/mobile/src/harmony-native/components/Artwork.tsx to stop applying a global animated opacity on the image.
  • Removed the default semi-transparent scrim that was applied when children were present.

This keeps artwork fully opaque by default; any intentional dimming should be applied explicitly by the caller.

Notes

Local tests/lint were not run in this agent VM because the repo preinstall script requires pyenv (not available here).

Open in Web Open in Cursor 

Co-authored-by: Dylan Jeffers <dylanjeffers@users.noreply.github.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 15, 2026

⚠️ No Changeset found

Latest commit: 5b4deb9

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

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.

2 participants