feat: MUSD-740, MUSD-746 — MetaMask Card section polish#29646
Conversation
MUSD-746: wrap the cashback labels ("1% cashback", "3% cashback") in
the MMDS Tag component (severity = success) so they read as pills,
matching the APY tag pattern.
MUSD-740: in the link variant of MoneyMetaMaskCard, enlarge the card
image to 152x96 and vertically centre the checklist next to it for a
more balanced layout.
|
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. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0df732b. Configure here.
…er severity styling
| "d3-color": "3.1.0", | ||
| "napi-postinstall": "npm:npm-empty-package@1.0.0", | ||
| "axios": "^1.15.0", | ||
| "axios": "^1.15.1", |
There was a problem hiding this comment.
ah, that was a no-op vs current main. I merged main in and it went away
Per the design feedback doc, the cashback Tag and the linked-card bullet on MoneyMetaMaskCard should read "mUSD back" instead of "cashback" to align with the Money brand language.
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
These are contained visual/styling changes within the MetaMask Card UI component. They only affect the Money/Card feature area and do not touch any shared infrastructure, controllers, navigation, or other feature areas. SmokeMoney is the appropriate and sufficient tag to validate these changes. No dependent tags are required per the tag descriptions (no swap flows, no wallet home changes). Performance Test Selection: |
|





Description
Two small polish items in the MetaMask Card section on Money Home.
Tag(severity = success) so they read as pills. This matches the APY tag pattern in the Money Home header and gives the labels stronger emphasis.linkvariant ofMoneyMetaMaskCard. The card image is enlarged from104×66to152×96(a newlinkCardImagestyle), and the row gainsBoxAlignItems.Centerso the checklist sits vertically centred next to the larger image. The upsell variant rows are unchanged.No copy, analytics, or routing changes.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Performance checks (if applicable)
Pre-merge reviewer checklist
Note
Low Risk
Low risk UI-only changes: swaps cashback labels to MMDS
Tagpills and tweaks link-mode layout/image sizing without touching navigation, analytics, or data logic.Overview
Updates the Money Home
MoneyMetaMaskCardUI polish.Cashback labels in the upsell rows are now rendered as MMDS
Tagpills (success severity) instead of plain green text. Link mode layout is adjusted by enlarging the card image via a newlinkCardImagestyle and vertically centering the image/bullet row.Reviewed by Cursor Bugbot for commit 8b2297f. Bugbot is set up for automated code reviews on this repo. Configure here.