فهرست منبع

Restore Grammar Checker header alignment with the content card.

Remove the negative leading inset so the title lines up with the box below again.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 1 ماه پیش
والد
کامیت
8f79d1b2a2
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      gramora/Views/GrammarCheckerView.swift

+ 0 - 1
gramora/Views/GrammarCheckerView.swift

@@ -7,7 +7,6 @@ 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