Fix link tint color on about page
This commit is contained in:
parent
db2ee18299
commit
a2264cad98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue