mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use stack navigation style for iphone
This commit is contained in:
parent
b24a91c746
commit
c3dc5d6bc8
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ struct HomeView: View {
|
|||
NavigationView {
|
||||
HomeFeedContainerView(viewModel: viewModel)
|
||||
}
|
||||
.navigationViewStyle(StackNavigationViewStyle())
|
||||
.accentColor(.appGrayTextContrast)
|
||||
} else {
|
||||
HomeFeedContainerView(viewModel: viewModel)
|
||||
|
|
|
|||
Loading…
Reference in a new issue