matt95

Prev

May 8th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. struct ContentView_Previews: PreviewProvider {
  2. static var previews: some View {
  3. Group {
  4. ContentView().environment(\.colorScheme, .light)
  5. ContentView().environment(\.colorScheme, .dark)
  6. }
  7. }
  8. }
Add Comment
Please, Sign In to add comment