Fix link tint color on about page

This commit is contained in:
Maurice Parker 2019-09-18 02:53:39 -05:00
parent db2ee18299
commit a2264cad98
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ struct SettingsAttributedStringView: UIViewRepresentable {
textView.adjustsFontForContentSizeCategory = true
textView.font = .preferredFont(forTextStyle: .body)
textView.textColor = UIColor.label
textView.tintColor = AppAssets.secondaryAccentColor
textView.backgroundColor = UIColor.secondarySystemGroupedBackground
return textView