feat: fix incorrect styling of claimable bonus font weight and tooltip color cp-7.70.0#27666
Conversation
|
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. |
|
From the screenshots, it looks like |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
These components are all consumed by Performance Test Selection: |
Fixed and updated the screenshots! Thank you for the callout 😄 |
|
|
✅ E2E Fixture Validation — Schema is up to date |



Description
Fixes some incorrect styling for the "Claimable bonus" row.
Changes:
"Claimable Bonus"font weight updated to match other rows"Claimable Bonus"tooltip color changed toAlternative"Rate"row text font weight updated to match other rowsChangelog
CHANGELOG entry: fix percentage-row inconsistent styling
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk UI-only styling adjustments to confirmation rows and blocking alert text; no business logic or data flow changes.
Overview
Fixes styling inconsistencies in the mUSD conversion confirmation UI by rendering the "Claimable bonus" and conversion rate rows using the
InfoRowVariant.Smallvariant (matching label font weight) and updating the claimable bonus tooltip icon color toIconColor.Alternative.Also centers blocking alert error text in the quick convert bottom sheet by applying
textAlign: 'center'to string-based blocking alert messages.Written by Cursor Bugbot for commit fe91c3b. This will update automatically on new commits. Configure here.