@@ -58,7 +58,7 @@ struct TaskView: View {
if isFocused || !(hideNotes || task.notes.isEmpty) {
HStack {
- TextField("Notes", text: $task.notes)
+ TextField("Notes", text: $task.notes, axis: .vertical)
.font(.footnote)
.focused($isFocused)
.padding(.leading, 30)