Mercurial > public > simoleon
comparison Simoleon/SubscriptionPaywall.swift @ 68:aa451ca55e48 v1.2.1
Fixes minor bugs
author | Dennis Concepción Martín <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 28 Jul 2021 10:10:18 +0100 |
parents | 4082787b33e5 |
children | a6bddc1066b9 |
comparison
equal
deleted
inserted
replaced
67:8f45ba7a279f | 68:aa451ca55e48 |
---|---|
36 | 36 |
37 SubscriptionFeature( | 37 SubscriptionFeature( |
38 symbol: "star.circle.fill", | 38 symbol: "star.circle.fill", |
39 colour: Color(.systemYellow), | 39 colour: Color(.systemYellow), |
40 title: "Favorite Forex Pairs", | 40 title: "Favorite Forex Pairs", |
41 description: "Save any currency pair for quick access." | 41 description: "Save any currency pair to access them quickly." |
42 ) | 42 ) |
43 | 43 |
44 SubscriptionFeature( | 44 SubscriptionFeature( |
45 symbol: "flag.circle.fill", | 45 symbol: "flag.circle.fill", |
46 colour: Color(.systemRed), | 46 colour: Color(.systemRed), |
85 } | 85 } |
86 | 86 |
87 struct SubscriptionPaywall_Previews: PreviewProvider { | 87 struct SubscriptionPaywall_Previews: PreviewProvider { |
88 static var previews: some View { | 88 static var previews: some View { |
89 SubscriptionPaywall(showingSubscriptionPaywall: .constant(false)) | 89 SubscriptionPaywall(showingSubscriptionPaywall: .constant(false)) |
90 .environment(\.locale, Locale(identifier: "es")) | |
90 } | 91 } |
91 } | 92 } |