padding to month view top
This commit is contained in:
@@ -37,7 +37,6 @@ struct MonthView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
ZStack {
|
ZStack {
|
||||||
if viewModel.hasNoData {
|
if viewModel.hasNoData {
|
||||||
settingsButtonView
|
|
||||||
VStack {
|
VStack {
|
||||||
Spacer()
|
Spacer()
|
||||||
EmptyHomeView(viewModel: viewModel)
|
EmptyHomeView(viewModel: viewModel)
|
||||||
@@ -73,6 +72,7 @@ struct MonthView: View {
|
|||||||
.edgesIgnoringSafeArea(.top)
|
.edgesIgnoringSafeArea(.top)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.padding(.top)
|
||||||
.background(
|
.background(
|
||||||
theme.currentTheme.bg
|
theme.currentTheme.bg
|
||||||
.edgesIgnoringSafeArea(.all)
|
.edgesIgnoringSafeArea(.all)
|
||||||
|
|||||||
Reference in New Issue
Block a user