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