Skip to content

Fix mobile-web Share to X action styling in share drawer#14083

Merged
dylanjeffers merged 1 commit intomainfrom
cursor/bug-triage-and-resolution-d074
Apr 8, 2026
Merged

Fix mobile-web Share to X action styling in share drawer#14083
dylanjeffers merged 1 commit intomainfrom
cursor/bug-triage-and-resolution-d074

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor bot commented Apr 8, 2026

Summary

  • Fixes mobile-web share drawer styling so Share to X is styled like Copy Link.
  • Root cause was a stale CSS module selector name: component uses shareToXAction, but stylesheet still had legacy .shareToTwitterAction.

Changes

  • Updated packages/web/src/components/share-modal/components/ShareDrawer.module.css:
  • Renamed .shareToTwitterAction to .shareToXAction to match the component class reference.
  • Updated icon/text color styles for .shareToXAction to use var(--harmony-secondary) for parity with the Copy Link row.

Validation

  • Confirmed no remaining shareToTwitterAction references in share-modal.
  • Verified diff is isolated to the share drawer stylesheet.
Open in Web View Automation 

Co-authored-by: Ray Jacobson <raymondjacobson@users.noreply.github.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Apr 8, 2026

⚠️ No Changeset found

Latest commit: 90140cb

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 marked this pull request as ready for review April 8, 2026 20:25
@dylanjeffers dylanjeffers merged commit 7f1542e into main Apr 8, 2026
13 of 14 checks passed
@dylanjeffers dylanjeffers deleted the cursor/bug-triage-and-resolution-d074 branch April 8, 2026 20:25
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