comparison Simoleon/Helpers/SubscribeButton.swift @ 62:c7b6249ab745

uncomment localized texts
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Tue, 27 Jul 2021 18:45:43 +0100
parents 75c1a05176f6
children 3133bf6f6deb
comparison
equal deleted inserted replaced
61:84ce5e5f0381 62:c7b6249ab745
22 RoundedRectangle(cornerRadius: 15) 22 RoundedRectangle(cornerRadius: 15)
23 .frame(height: 60) 23 .frame(height: 60)
24 .overlay( 24 .overlay(
25 VStack { 25 VStack {
26 if showingPrice { 26 if showingPrice {
27 Text("Subscribe for \(price) / month", comment: "Subscribe button") 27 Text("Subscribe for \(price) / month")
28 .foregroundColor(.white) 28 .foregroundColor(.white)
29 .fontWeight(.semibold) 29 .fontWeight(.semibold)
30 } else { 30 } else {
31 ProgressView() 31 ProgressView()
32 } 32 }