Update ContentView.swift

This commit is contained in:
Benjamin Faershtein 2025-03-04 21:41:26 -08:00 committed by GitHub
parent e70e803739
commit 223bf4eaa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,5 @@ struct ContentView: View {
}
.tag(NavigationState.Tab.settings)
}
.toolbarBackground(.visible, for: .tabBar)
}
}