Fix header space

This commit is contained in:
Daniel Arantes Loverde
2026-08-24 14:03:36 -03:00
parent 394d53df91
commit dae3b6f9d5
2 changed files with 10 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ struct HomeView: View {
private let headerExpandedHeight: CGFloat = 240
private let headerCollapsedHeight: CGFloat = 120
private let contentTopSpacing: CGFloat = 0
private let contentTopSpacing: CGFloat = -40
private let contentBottomSpacing: CGFloat = 120
var body: some View {