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