Fix about box for dark mode

This commit is contained in:
Maurice Parker 2019-08-04 13:43:35 -05:00
parent f8eb750d56
commit 659597e5e4
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ private extension AboutViewController {
textView.attributedText = string
textView.adjustsFontForContentSizeCategory = true
textView.font = .preferredFont(forTextStyle: .body)
textView.textColor = UIColor.label
}
}