fix: update info icon color to IconAlternative for better visibility#28718
Merged
Conversation
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. |
Jwhiles
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.IconAlternativedesign 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
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
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
ButtonIconiconProps.colorfromIconColor.IconDefaulttoIconColor.IconAlternativein 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.