IOS-96: Label Privacy Policy links as links/buttons in the onboarding (#971)

This commit is contained in:
Marcus Kida 2023-03-15 14:53:06 +01:00 committed by GitHub
parent 71a72d2581
commit d85b151757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ extension PrivacyTableViewController: UITableViewDataSource {
var contentConfiguration = cell.defaultContentConfiguration()
contentConfiguration.textProperties.color = Asset.Colors.Brand.blurple.color
contentConfiguration.text = row.title
cell.accessibilityTraits = [.button, .link]
cell.contentConfiguration = contentConfiguration