You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: my feature nameScenario: user [verb for user action]Given [describe expected initial app state]
When user [verb for user action]
Then [describe expected outcome]
I've completed the PR template to the best of my ability
I've included tests if applicable
I've documented my code using JSDoc format if applicable
I've applied the right labels on the PR (see labeling guidelines). Not required for external contributors.
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 visual-only changes to BridgeTokenSelector/TokenSelectorItem typography and icon sizing with no logic, data, or flow changes.
Overview
Updates the Bridge token selector UI to align with new sizing guidelines by reducing the info ButtonIcon from Md to Sm and dialing down token list text variants (e.g., balances and names from BodyMD to BodySM, and symbol/balance weights from BodyMDMedium to BodyMD).
Written by Cursor Bugbot for commit 684ccd6. This will update automatically on new commits. Configure here.
E2E Test Selection:
The changes are limited to Bridge UI components (BridgeTokenSelector and TokenSelectorItem), which are directly involved in the cross-chain bridge flow. Bridging is covered under SmokeTrade (cross-chain bridging between networks). Since bridge flows require on-chain transaction confirmations, SmokeConfirmations must also be selected as explicitly required when selecting SmokeTrade for swap/bridge flows. No evidence suggests impact to unrelated areas such as accounts, identity sync, network permissions, snaps, card, perps, or predictions. Therefore, test selection is scoped to Trade and Confirmations only.
Performance Test Selection:
Bridge token selection affects the swap/bridge flow token list rendering and user interaction during quote selection. UI changes in token selector components can impact rendering performance and interaction latency in swap/bridge flows. Running @PerformanceSwaps ensures no regression in quote fetching, token selection responsiveness, or swap execution timing. No broader asset loading or launch-level changes were introduced.
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
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
This PR fixes the font sizing that was broken due to a design team update.
Changelog
CHANGELOG entry: Fix bug where token selector fonts were too big
Related issues
Fixes: #27328
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk visual-only changes to
BridgeTokenSelector/TokenSelectorItemtypography and icon sizing with no logic, data, or flow changes.Overview
Updates the Bridge token selector UI to align with new sizing guidelines by reducing the info
ButtonIconfromMdtoSmand dialing down token list text variants (e.g., balances and names fromBodyMDtoBodySM, and symbol/balance weights fromBodyMDMediumtoBodyMD).Written by Cursor Bugbot for commit 684ccd6. This will update automatically on new commits. Configure here.