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.adjustsFontForContentSizeCategory = true
|
||||||
textView.font = .preferredFont(forTextStyle: .body)
|
textView.font = .preferredFont(forTextStyle: .body)
|
||||||
textView.textColor = UIColor.label
|
textView.textColor = UIColor.label
|
||||||
|
textView.tintColor = AppAssets.secondaryAccentColor
|
||||||
textView.backgroundColor = UIColor.secondarySystemGroupedBackground
|
textView.backgroundColor = UIColor.secondarySystemGroupedBackground
|
||||||
|
|
||||||
return textView
|
return textView
|
||||||
|
|
Loading…
Reference in New Issue