fix(ramp): remove background from payment method list item icons#25122
Merged
fix(ramp): remove background from payment method list item icons#25122
Conversation
Removes the background color from list item icons in the Payment Method Selector modal to match the design system consistency. Fixes MDP-285
Contributor
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThe changes are purely visual/styling modifications to the PaymentMethodSelectorModal component in the Ramp/Deposit feature:
|
amitabh94
approved these changes
Jan 23, 2026
|
Collaborator
|
Missing release label release-7.64.0 on PR. Adding release label release-7.64.0 on PR and removing other release labels(release-7.65.0), as PR was added to branch 7.64.0 when release was cut. |
Collaborator
|
No release label on PR. Adding release label release-7.64.0 on PR, as PR was added to branch 7.64.0 when release was cut. |
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
Removes the background color from list item icons in the Payment Method Selector modal in the Deposit flow.
Issue: The list item icons in the "Select a Payment Method" bottom sheet were displaying with a background color, which was inconsistent with other list item menus in the app.
Solution: Updated the icon rendering to display icons only (default white) without background color, aligning with design system consistency.
Changelog
CHANGELOG entry: fix: removed background from payment method icons in deposit flow
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MDP-285
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Aligns Payment Method Selector modal icon styling with design by removing background containers and rendering bare icons.
iconContainerwrapper/styles and related import; renderIcondirectlyIconColor.PrimarytoIconColor.Default, still supports theme-basediconColorWritten by Cursor Bugbot for commit f8368eb. This will update automatically on new commits. Configure here.