toolbar background always visible

This commit is contained in:
Benjamin Faershtein 2025-02-28 20:35:45 -08:00
parent 6e6de4da64
commit 2db1fcf4d3

View file

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