diff --git a/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift b/ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift index e3669aa3e098..b999eb32b458 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)