aboutsummaryrefslogtreecommitdiff
path: root/DomainDig/PaywallView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'DomainDig/PaywallView.swift')
-rw-r--r--DomainDig/PaywallView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/PaywallView.swift b/DomainDig/PaywallView.swift
index cad8be4..27e80ee 100644
--- a/DomainDig/PaywallView.swift
+++ b/DomainDig/PaywallView.swift
@@ -75,7 +75,7 @@ struct PaywallView: View {
if let errorMessage = purchaseService.errorMessage {
Text(errorMessage)
.font(appDensity.font(.caption, design: .default))
- .foregroundStyle(.red)
+ .foregroundStyle(Color(.statusCritical))
}
}