Skip to content

Commit

Permalink
Fix background color in report view controller
Browse files Browse the repository at this point in the history
  • Loading branch information
buggmagnet authored and pinkisemils committed Feb 7, 2024
1 parent 84d9c0e commit decee5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class ProblemReportReviewViewController: UIViewController {
ofSize: UIFont.systemFontSize,
weight: .regular
)
textView.backgroundColor = .systemBackground

view.addSubview(textView)

Expand Down

0 comments on commit decee5e

Please sign in to comment.