Răsfoiți Sursa

Bump paywall plan heading size.

Increase the “Choose a plan” title for better hierarchy in the right panel.

Co-authored-by: Cursor <cursoragent@cursor.com>
huzaifahayat12 2 luni în urmă
părinte
comite
814e88ee1b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      google_apps/PremiumFeaturesView.swift

+ 1 - 1
google_apps/PremiumFeaturesView.swift

@@ -186,7 +186,7 @@ struct PremiumFeaturesView: View {
 
                 VStack(alignment: .leading, spacing: 18) {
                     Text("Choose a plan")
-                        .font(.system(size: 20, weight: .bold))
+                        .font(.system(size: 22, weight: .bold))
                         .foregroundStyle(primaryTextColor)
 
                     planCardsStack(compactPricing: false)