Merge pull request #1118 from meshtastic/fixTabBar

Make tab bar always background visible
This commit is contained in:
Garth Vander Houwen 2025-03-01 07:45:50 -08:00 committed by GitHub
commit 52add6ee80
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)
}
}