diff --git a/Shared/Views/AddMoodHeaderView.swift b/Shared/Views/AddMoodHeaderView.swift index f450104..ca3885f 100644 --- a/Shared/Views/AddMoodHeaderView.swift +++ b/Shared/Views/AddMoodHeaderView.swift @@ -43,7 +43,7 @@ struct AddMoodHeaderView: View { .padding(.horizontal) } .cornerRadius(Constants.viewsCornerRaidus, corners: [.topLeft, .topRight, .bottomLeft, .bottomRight]) - .frame(minWidth: 0, maxWidth: .infinity) + .fixedSize(horizontal: false, vertical: true) } @ViewBuilder