padding to month view top

This commit is contained in:
Trey t
2022-02-27 15:39:23 -06:00
parent fca4b3cb02
commit 1defa1dc59

View File

@@ -37,7 +37,6 @@ struct MonthView: View {
var body: some View {
ZStack {
if viewModel.hasNoData {
settingsButtonView
VStack {
Spacer()
EmptyHomeView(viewModel: viewModel)
@@ -73,6 +72,7 @@ struct MonthView: View {
.edgesIgnoringSafeArea(.top)
}
}
.padding(.top)
.background(
theme.currentTheme.bg
.edgesIgnoringSafeArea(.all)