Browse Source

Shift the Grammar Checker header left so the title aligns closer to the content edge.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 tháng trước cách đây
mục cha
commit
01834c43d2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      gramora/Views/GrammarCheckerView.swift

+ 1 - 0
gramora/Views/GrammarCheckerView.swift

@@ -7,6 +7,7 @@ struct GrammarCheckerView: View {
         ScrollView(.vertical, showsIndicators: false) {
             VStack(alignment: .leading, spacing: 0) {
                 header
+                    .padding(.leading, -12)
                     .padding(.bottom, 28)
 
                 contentCard