Skip to content

Commit 57d1eed

Browse files
tint color fix
1 parent e946ad7 commit 57d1eed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

GDPR/Views/PolicyItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public struct PolicyItem: View {
3737
Text("cancelButton",bundle: Bundle.module)
3838
}))
3939
}
40-
.foregroundColor(GDPRAppearance.tintColor)
40+
.foregroundColor(GDPRAppearance.navigationBarTintColor)
4141
}
4242
.foregroundColor(GDPRAppearance.primaryColor)
4343
.font(GDPRAppearance.linkFont)

GDPR/Views/TermsItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct TermsItem: View {
4141
Text("cancelButton",bundle: Bundle.module)
4242
}))
4343
}
44-
.foregroundColor(GDPRAppearance.tintColor)
44+
.foregroundColor(GDPRAppearance.navigationBarTintColor)
4545
}
4646
.foregroundColor(GDPRAppearance.primaryColor)
4747
.font(GDPRAppearance.linkFont)

0 commit comments

Comments
 (0)