소스 검색

Update paywall headline to a single line.

Keep the premium upgrade title on one line for cleaner visual hierarchy and consistency in the paywall header.

Made-with: Cursor
Hussain Afzal 3 달 전
부모
커밋
a48a05bc16
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      google_apps/PremiumFeaturesView.swift

+ 1 - 1
google_apps/PremiumFeaturesView.swift

@@ -93,7 +93,7 @@ struct PremiumFeaturesView: View {
                         .disabled(premiumStore.purchaseInProgress)
                     }
 
-                    Text("Upgrade to unlock all\nPremium Features")
+                    Text("Upgrade to unlock all Premium Features")
                         .font(.system(size: 20, weight: .bold))
                         .foregroundStyle(primaryTextColor)
                         .lineSpacing(1)