Skip to content

Instantly share code, notes, and snippets.

@perlguy99
Created January 8, 2022 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlguy99/11a233666ac0ff6c0116ab98cc048c09 to your computer and use it in GitHub Desktop.
Save perlguy99/11a233666ac0ff6c0116ab98cc048c09 to your computer and use it in GitHub Desktop.
View Extension for Light and Dark Previews
extension View {
var previewedInAllColorSchemes: some View {
ForEach(ColorScheme.allCases, id: \.self, content: preferredColorScheme)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment