فهرست منبع

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

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 ماه پیش
والد
کامیت
01834c43d2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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