update top header graph view when custom color changes
code cleanup
This commit is contained in:
@@ -66,7 +66,6 @@ struct MainTabView: View {
|
||||
}
|
||||
})
|
||||
.onChange(of: theme, perform: { value in
|
||||
print("changed to ", value)
|
||||
switch theme {
|
||||
case .system:
|
||||
UIApplication.shared.windows.first?.overrideUserInterfaceStyle = .unspecified
|
||||
|
||||
Reference in New Issue
Block a user