This commit is contained in:
cranci1 2025-02-09 10:08:51 +01:00
parent 051a710c70
commit 701a1d6371

View file

@ -187,7 +187,6 @@ struct HomeView: View {
} }
} }
.padding(.bottom, 16) .padding(.bottom, 16)
.padding(.leading, 7)
} }
.navigationTitle("Home") .navigationTitle("Home")
} }
@ -203,5 +202,6 @@ struct HomeView: View {
} }
} }
} }
.navigationViewStyle(StackNavigationViewStyle())
} }
} }