We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 834b64a commit 2bd93aaCopy full SHA for 2bd93aa
1 file changed
DevLog/UI/Home/TodoEditorView.swift
@@ -59,6 +59,7 @@ struct TodoEditorView: View {
59
),
60
prompt: Text("제목").foregroundColor(Color.gray)
61
)
62
+ .frame(height: 22)
63
.focused($field, equals: .title)
64
.padding(.horizontal)
65
}
0 commit comments