IOS-96: Label Privacy Policy links as links/buttons in the onboarding (#971)
This commit is contained in:
parent
71a72d2581
commit
d85b151757
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue