Skip to content

Commit 2bd93aa

Browse files
authored
fix: 높이 조절이 동적으로 되버리는 현상 해결 (#115)
1 parent 834b64a commit 2bd93aa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

DevLog/UI/Home/TodoEditorView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ struct TodoEditorView: View {
5959
),
6060
prompt: Text("제목").foregroundColor(Color.gray)
6161
)
62+
.frame(height: 22)
6263
.focused($field, equals: .title)
6364
.padding(.horizontal)
6465
}

0 commit comments

Comments
 (0)