diff options
| -rw-r--r-- | ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift index e3669aa3e0..b999eb32b4 100644 --- a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift +++ b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift @@ -54,6 +54,7 @@ class ProblemReportReviewViewController: UIViewController { ofSize: UIFont.systemFontSize, weight: .regular ) + textView.backgroundColor = .systemBackground view.addSubview(textView) |
