How to check dark mode with color scheme in SwiftUI
Issue #692
Use colorScheme environment, for now it has 2 cases dark
and light
1 | struct MainView: View { |
Issue #692
Use colorScheme environment, for now it has 2 cases dark
and light
1 | struct MainView: View { |