Co-authored-by: Cursor <cursoragent@cursor.com>
@@ -382,7 +382,7 @@ struct CommentWriterView: View {
label: "Comment Body",
placeholder: "Generate a comment or write your own…",
text: $viewModel.draft.body,
- minHeight: 220
+ minHeight: 190
)
}
@@ -109,7 +109,7 @@ struct PostFormTextEditor: View {
text: $text,
placeholder: placeholder
- .frame(minHeight: minHeight)
+ .frame(height: minHeight)
.background(AppTheme.panelBackground)
.clipShape(RoundedRectangle(cornerRadius: 8))
.overlay(