EmergeTools / SnapshotPreviews-iOS

Automatic snapshots from Xcode previews
MIT License
204 stars 7 forks source link

Fix dark mode colors #45

Closed noahsmartin closed 11 months ago

noahsmartin commented 11 months ago

The checkerboard background wasn't working in dark mode because it was checking the parent view color scheme in the if statement. Switch to using a dynamic color rather than doing this check ourselves so it always uses the correct subviews color scheme, this is the same behavior from before https://github.com/EmergeTools/SnapshotPreviews-iOS/pull/41