Jelajahi Sumber

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

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 bulan lalu
induk
melakukan
01834c43d2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      gramora/Views/GrammarCheckerView.swift

+ 1 - 0
gramora/Views/GrammarCheckerView.swift

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