Skip to content

fix: update info icon color to IconAlternative for better visibility#28718

Merged
Matt561 merged 1 commit into
MetaMask:mainfrom
margelo:kureev/MUSD-650
Apr 13, 2026
Merged

fix: update info icon color to IconAlternative for better visibility#28718
Matt561 merged 1 commit into
MetaMask:mainfrom
margelo:kureev/MUSD-650

Conversation

@Kureev

@Kureev Kureev commented Apr 13, 2026

Copy link
Copy Markdown
Contributor

Description

The info icon (ⓘ) next to the "Your bonus" heading and in the mUSD conversion navbar was rendering in the default icon color (near-black/white), which didn't match the design spec. The design calls for a muted gray that de-emphasizes the info affordance relative to the heading text.

This PR updates both info icon instances to use the IconColor.IconAlternative design token so the icon renders in a medium gray that matches the Figma design in both light and dark modes.

Changelog

CHANGELOG entry: Fixed the info icon color next to the "Your bonus" heading and in the mUSD conversion navbar to match the design spec.

Related issues

Fixes: MUSD-650

Manual testing steps

Feature: mUSD "Your bonus" info icon color

  Scenario: user views the Your bonus section on the asset overview
    Given the user has an mUSD balance eligible for bonus display
    And the user is on the mUSD asset overview screen

    When the user scrolls to the "Your bonus" section
    Then the info icon next to "Your bonus" renders in a muted gray (IconAlternative)
    And the icon is clearly visible against both light and dark backgrounds

  Scenario: user views the mUSD conversion navbar
    Given the user is on the mUSD conversion flow

    When the conversion screen header renders
    Then the info icon in the navbar header renders in a muted gray (IconAlternative)
    And tapping the icon still opens the existing info tooltip/modal

Screenshots/Recordings

Before

Info icon rendered in the default dark color, indistinguishable from the heading text.

After


Info icon renders in muted gray (IconColor.IconAlternative), matching the Figma design.

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
Low risk UI-only change that updates a design token for two info icons; no behavior, data flow, or navigation logic is modified.

Overview
Updates the mUSD Earn UI to render the ⓘ info icons in a muted gray by switching their ButtonIcon iconProps.color from IconColor.IconDefault to IconColor.IconAlternative in both the asset overview “Your bonus” section and the mUSD conversion navbar header.

Reviewed by Cursor Bugbot for commit fb46553. Bugbot is set up for automated code reviews on this repo. Configure here.

@Kureev Kureev requested a review from a team as a code owner April 13, 2026 08:49
@github-actions

Copy link
Copy Markdown
Contributor

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.

@Matt561 Matt561 added this pull request to the merge queue Apr 13, 2026
Merged via the queue into MetaMask:main with commit 890f4a4 Apr 13, 2026
91 of 96 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants