mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix link tint color on about page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user