We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f801d6 commit 97cebc9Copy full SHA for 97cebc9
Sources/OversizeKit/StoreKit/Views/PrmiumBannerRow.swift
@@ -120,7 +120,7 @@ public extension PrmiumBannerRow {
120
.colorMultiply(Color(hex: "B75375"))
121
#endif
122
123
- Text(viewModel.productsState.result?.banner.title ?? "Pro")
+ Text(viewModel.productsState.result?.banner.badge ?? "Pro")
124
.font(.system(size: platform == .macOS ? 16 : 20, weight: platform == .macOS ? .bold : .heavy))
125
.foregroundColor(Color(hex: "B75375"))
126
.redacted(reason: viewModel.productsState.isLoading ? .placeholder : .init())
0 commit comments