ソースを参照

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)