mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-13 10:12:48 +01:00
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
Block a user