From 6d32db67511ca83312d3f8dcd971e48b9b59c9e9 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 8 Jan 2024 12:57:25 -0500 Subject: Update itemView --- Jel/Views/ContentView.swift | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'Jel/Views/ContentView.swift') diff --git a/Jel/Views/ContentView.swift b/Jel/Views/ContentView.swift index 700f2a2..6c5ec59 100644 --- a/Jel/Views/ContentView.swift +++ b/Jel/Views/ContentView.swift @@ -25,19 +25,9 @@ struct ContentView: View { } } } - .preferredColorScheme({ - switch settingsController.appearance { - case .dark: - return ColorScheme.dark - case .light: - return ColorScheme.light - case .automatic: - return .none - } - }()) } } -#Preview { - ContentView() -} +//#Preview { +// ContentView() +//} -- cgit v1.2.3