mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix about box for dark mode
This commit is contained in:
@@ -51,6 +51,7 @@ private extension AboutViewController {
|
||||
textView.attributedText = string
|
||||
textView.adjustsFontForContentSizeCategory = true
|
||||
textView.font = .preferredFont(forTextStyle: .body)
|
||||
textView.textColor = UIColor.label
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user