add missing strings
add height back to purchase view button on year and month
This commit is contained in:
Trey t
2023-01-05 13:48:21 -06:00
parent e7e9367896
commit e7efd1ab25
6 changed files with 31 additions and 14 deletions

View File

@@ -86,7 +86,7 @@ struct MonthView: View {
if iapManager.showIAP {
VStack {
Spacer()
PurchaseButtonView(iapManager: iapManager)
PurchaseButtonView(height: 250, iapManager: iapManager)
}
} else if iapManager.showIAPWarning {
VStack {