diff --git a/AreYouSleeping/Views/ContentView.swift b/AreYouSleeping/Views/ContentView.swift index 2f345b7..66611c6 100644 --- a/AreYouSleeping/Views/ContentView.swift +++ b/AreYouSleeping/Views/ContentView.swift @@ -37,7 +37,6 @@ struct ContentView: View { .tag(2) } .tint(.blue) - .toolbarBackground(.ultraThinMaterial, for: .tabBar) } } }