Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dark mode in SnapshotExample in RNTester (#41222)
Summary: This PR fixes issue in `RNTester` causing labels and image background to not be visible in dark mode in `SnapshotExample` It also fixes issue with description in `Header` not being visible in other components examples when using dark mode Before & After <img width="505" alt="image" src="https://github.com/facebook/react-native/assets/56474758/ce87df69-4b79-48a0-b9be-4a7335329b78"> ## Changelog: [INTERNAL] [FIXED] - Fix dark mode in SnapshotExample in RNTester Pull Request resolved: #41222 Test Plan: 1. Launch `RNTester` with dark mode enabled 2. Open `Snapshot / Screenshot` example 3. All labels should be visible, image background should have white color Reviewed By: cortinico Differential Revision: D52685754 Pulled By: NickGerleman fbshipit-source-id: 72f79be45d9c65e307553832592563461a64ff1d
- Loading branch information