closed #67
This commit is contained in:
@@ -192,7 +192,7 @@ struct ContentView: View {
|
||||
yOffset: value)
|
||||
}
|
||||
}
|
||||
.clipShape(RoundedRectangle(cornerRadius: 25, style: .continuous))
|
||||
.cornerRadius(10, corners: [.topLeft, .topRight])
|
||||
}
|
||||
|
||||
private func SectionHeaderView(month: Int, year: Int) -> some View {
|
||||
@@ -341,7 +341,7 @@ struct ContentView: View {
|
||||
}
|
||||
.frame(height: headerHeight + 20)
|
||||
listView
|
||||
.padding([.leading, .trailing, .bottom])
|
||||
.padding([.leading, .trailing])
|
||||
}
|
||||
}.background(
|
||||
theme.bg
|
||||
|
||||
Reference in New Issue
Block a user