We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e946ad7 commit 57d1eedCopy full SHA for 57d1eed
2 files changed
GDPR/Views/PolicyItem.swift
@@ -37,7 +37,7 @@ public struct PolicyItem: View {
37
Text("cancelButton",bundle: Bundle.module)
38
}))
39
}
40
- .foregroundColor(GDPRAppearance.tintColor)
+ .foregroundColor(GDPRAppearance.navigationBarTintColor)
41
42
.foregroundColor(GDPRAppearance.primaryColor)
43
.font(GDPRAppearance.linkFont)
GDPR/Views/TermsItem.swift
@@ -41,7 +41,7 @@ struct TermsItem: View {
44
45
46
47
0 commit comments