Merge pull request #1117 from RCGV1/fixTabBar

toolbar background always visible
This commit is contained in:
Benjamin Faershtein 2025-02-28 20:37:24 -08:00 committed by GitHub
commit 2e5225793f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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