Commit a0dbf9d
fix: correct token/fiat toggle background (#23228)
## **Description**
Fixed token/fiat toggle background
## **Changelog**
CHANGELOG entry: Fixed token/fiat toggle background
## **Related issues**
Fixes: https://consensyssoftware.atlassian.net/browse/MDP-254
## **Manual testing steps**
```gherkin
Feature: my feature name
Scenario: user [verb for user action]
Given [describe expected initial app state]
When user [verb for user action]
Then [describe expected outcome]
```
## **Screenshots/Recordings**
`~`
### **Before**
<img width="500" alt="Simulator Screenshot - iPhone 16 Pro Max -
2025-11-24 at 17 10 00"
src="https://github.com/user-attachments/assets/ab62b6ba-623b-4e9b-a62f-3c055da2e8c4"
/>
### **After**
<img width="500" alt="Simulator Screenshot - iPhone 16 Pro Max -
2025-11-24 at 17 10 20"
src="https://github.com/user-attachments/assets/dca102f9-d485-42d9-a326-5f65e07d8c59"
/>
## **Pre-merge author checklist**
- [x] I’ve followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Mobile
Coding
Standards](https://github.com/MetaMask/metamask-mobile/blob/main/.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-mobile/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
## **Pre-merge reviewer checklist**
- [x] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [x] 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.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Switches `currencyTag` background to `theme.colors.background.section`
to correct the token/fiat toggle appearance.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
08a15a0. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent 2aa91c2 commit a0dbf9d
File tree
1 file changed
+1
-1
lines changed- app/components/Views/confirmations/components/send/amount
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments