fix(pure-black): switch confirmations Expandable to MMDS BottomSheet (uses bg-alternative)#33152
fix(pure-black): switch confirmations Expandable to MMDS BottomSheet (uses bg-alternative)#33152georgewrmarshall wants to merge 2 commits into
Conversation
…apply bg-alternative surface when Pure Black is enabled; remove legacy BottomModal usage Co-authored-by: George Marshall <georgewrmarshall@users.noreply.github.com>
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
|
@cursoragent revert the refactor changes and lets just chagne the styles to use background alternative if pure black is true |
|
Done. I reverted the
This keeps behavior unchanged and fixes the Pure Black background for the Advanced details sheet. |
…lementation Co-authored-by: George Marshall <georgewrmarshall@users.noreply.github.com>
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|





Description
Reverts the earlier refactor that swapped confirmations
Expandableto MMDSBottomSheet. We keep the legacyBottomModalimplementation and fix the Pure Black bug by adjusting styles only: the sheet content container now uses the elevated surface color, which resolves tobg-alternativewhen Pure Black is enabled.Scope:
app/components/Views/confirmations/components/UI/expandable/expandable.tsx(revert toBottomModal)app/components/Views/confirmations/components/UI/expandable/expandable.styles.ts(use elevated surface color)Notes:
Changelog
CHANGELOG entry: Fixed Advanced details bottom sheet surface in Pure Black by using the elevated
bg-alternativesurface (style-only change; no component refactor).Related issues
Refs: TMCU-622
Fixes: TMCU-1059
Manual testing steps
Screenshots/Recordings
N/A — visual change to sheet surface; will attach screenshots from nightly build if needed.
Before
N/A
After
N/A
Pre-merge author checklist
Performance checks (if applicable)
Slack Thread