Release 1.0.0 baseline
This commit is contained in:
@@ -116,12 +116,15 @@ struct PremiumView: View {
|
||||
.foregroundColor(.mealMoodTextSecondary)
|
||||
.multilineTextAlignment(.center)
|
||||
.padding(.horizontal, 24)
|
||||
.padding(.bottom, 40)
|
||||
.padding(.bottom, 24)
|
||||
}
|
||||
.safeAreaPadding(.bottom, 20)
|
||||
}
|
||||
}
|
||||
.navigationTitle("settings_premium")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.presentationDetents([.large])
|
||||
.presentationDragIndicator(.visible)
|
||||
.task {
|
||||
await storeManager.loadProducts()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user