make list view default screen

rename homviewtwo tab to months
remove top view on home view two
This commit is contained in:
Trey t
2022-02-27 15:16:05 -06:00
parent ec55a2677e
commit 0f69d91182
3 changed files with 6 additions and 11 deletions

View File

@@ -47,12 +47,6 @@ struct HomeViewTwo: View {
} else {
ScrollView {
ZStack {
topView
.frame(maxWidth: .infinity, alignment: .leading)
.frame(height: 250)
.background(
.blue
)
settingsButtonView
}
LazyVStack(spacing: 5, pinnedViews: [.sectionHeaders]) {