Skip to content

feat: cp-7.65.0 updated color of earn percentage CTA#25738

Merged
nickewansmith merged 1 commit intomainfrom
feat/musd-earn-cta-color-change
Feb 6, 2026
Merged

feat: cp-7.65.0 updated color of earn percentage CTA#25738
nickewansmith merged 1 commit intomainfrom
feat/musd-earn-cta-color-change

Conversation

@Matt561
Copy link
Copy Markdown
Contributor

@Matt561 Matt561 commented Feb 5, 2026

Description

Updated coloring of Earn CTA

Changelog

CHANGELOG entry: updated coloring of Earn CTA

Related issues

Fixes:

Manual testing steps

Feature: my feature name

  Scenario: user [verb for user action]
    Given [describe expected initial app state]

    When user [verb for user action]
    Then [describe expected outcome]

Screenshots/Recordings

Before

image

After

image

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

Note

Low Risk
Pure UI styling tweak limited to a single text color change with no logic or data-flow impact.

Overview
Updates the Stake screen Earn CTA by changing the StakeButton label from TextColor.Primary to TextColor.Alternative (no behavior, routing, or analytics changes).

Written by Cursor Bugbot for commit e3888b7. This will update automatically on new commits. Configure here.

@Matt561 Matt561 added the No QA Needed Apply this label when your PR does not need any QA effort. label Feb 5, 2026
@Matt561 Matt561 requested a review from a team as a code owner February 5, 2026 21:32
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Feb 5, 2026

🔍 Smart E2E Test Selection

  • Selected E2E tags: None (no tests recommended)
  • Selected Performance tags: None (no tests recommended)
  • Risk Level: low
  • AI Confidence: 95%
click to see 🤖 AI reasoning details

E2E Test Selection:
The change is a purely cosmetic modification - changing the text color of the StakeButton from TextColor.Primary to TextColor.Alternative. This affects the "Earn" button text displayed in the token list on the wallet home screen.

Key observations:

  1. Visual-only change: The modification only changes a text color property, with no functional impact
  2. No structural changes: Component structure, test IDs, navigation, and business logic remain unchanged
  3. No E2E test impact: E2E tests don't typically verify specific text colors - they verify functionality, navigation, and user flows
  4. Isolated change: The StakeButton is used in TokenListItem.tsx, but the change doesn't affect any interactions or data flow

Since this is a simple styling change with no functional impact, no E2E tests are required to validate this change.

Performance Test Selection:
This is a simple text color property change (TextColor.Primary to TextColor.Alternative). There is no impact on rendering performance, component lifecycle, data loading, or state management. The change doesn't add any new components, calculations, or affect any performance-critical paths.

View GitHub Actions results

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Feb 5, 2026

@nickewansmith nickewansmith added this pull request to the merge queue Feb 6, 2026
Merged via the queue into main with commit 7c4514a Feb 6, 2026
82 checks passed
@nickewansmith nickewansmith deleted the feat/musd-earn-cta-color-change branch February 6, 2026 00:54
@github-actions github-actions bot locked and limited conversation to collaborators Feb 6, 2026
@metamaskbot metamaskbot added the release-7.66.0 Issue or pull request that will be included in release 7.66.0 label Feb 6, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

No QA Needed Apply this label when your PR does not need any QA effort. release-7.66.0 Issue or pull request that will be included in release 7.66.0 size-XS team-earn

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants