hiding navigation bar on the home page
This commit is contained in:
@@ -16,6 +16,7 @@ struct HomeView: View {
|
||||
|
||||
FooterControlsView()
|
||||
}
|
||||
.navigationBarHidden(true)
|
||||
.frame(maxWidth:.infinity, maxHeight: .infinity)
|
||||
.accentColor(NirvanaColor.teal)
|
||||
.background(NirvanaColor.bgLightGrey)
|
||||
|
||||
Reference in New Issue
Block a user