-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(Cross): [IOAPPX-399] Extend dark mode to other parts of the app #6285
Conversation
Affected stories
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything appears to be working as expected 🎊🎊
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the comments noted below, the bonus and payment flow has been tested and functions correctly, with behavior aligning to expectations.
Important
This PR is not directly dependent on the following PR. However, it needs the new
IOText
to avoid unnecessary extra work:TypographyFactory
withIOText
+ Add support forBold Text
a11y setting #6076Short description
This PR extends dark mode support to some parts of the app
List of changes proposed in this pull request
LoadingSpinnerOverlay
ListItemTransaction
partial dark mode supportContentWrapper
(by adding a new prop toIOScrollViewWithLargeHeader
)MessageDetailsFooter
How to test
Run the app in the local environment, enable Dark mode and navigate through the entire app, in particular the screens mentioned above