Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: vertically align asset image (#25988)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** In #25470, the `BadgeWrapper` was implemented for the send flow. By default, this component uses `inline-block` styling and `align-self: start` to allow the network icon and asset icon to maintain alignment; this prevents the existing flex box styling from being applied. This is mitigated by wrapping the component in a `Box` component. <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25988?quickstart=1) ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to send page 2. Select a recipient 3. Ensure that the token image is vertically aligned 4. Switch to an NFT 5. Ensure that the NFT image is vertically aligned ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <img width="365" alt="Screenshot 2024-07-19 at 1 58 15 PM" src="https://github.com/user-attachments/assets/a1cd7f6d-ec76-444e-bd7d-0bc8cf8732f4"> <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> <img width="365" alt="Screenshot 2024-07-19 at 1 59 48 PM" src="https://github.com/user-attachments/assets/a9eda763-2469-43bc-8edb-3dfa959caf51"> ## **Pre-merge author checklist** - [x] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [x] I've completed the PR template to the best of my ability - [x] I’ve included tests if applicable - [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [x] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)). 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.
- Loading branch information