Fix about box for dark mode
This commit is contained in:
parent
f8eb750d56
commit
659597e5e4
|
@ -51,6 +51,7 @@ private extension AboutViewController {
|
|||
textView.attributedText = string
|
||||
textView.adjustsFontForContentSizeCategory = true
|
||||
textView.font = .preferredFont(forTextStyle: .body)
|
||||
textView.textColor = UIColor.label
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue