5 bottom padding on main view and filter view
This commit is contained in:
@@ -64,6 +64,7 @@ struct FilterView: View {
|
||||
self.viewModel.filterEntries(startDate: Date(timeIntervalSince1970: 0), endDate: Date())
|
||||
})
|
||||
}
|
||||
.padding(.bottom, 5)
|
||||
.background(
|
||||
theme.bg
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
@@ -213,7 +214,7 @@ struct FilterView: View {
|
||||
showFilter = false
|
||||
}
|
||||
}))
|
||||
.padding()
|
||||
.padding([.top, .leading, .trailing])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user