summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBug Magnet <marco.nikic@mullvad.net>2024-02-07 08:43:23 +0100
committerEmīls <emils@mullvad.net>2024-02-07 14:04:18 +0100
commitdecee5e000b6d2c270b98063b48601e257861a9a (patch)
treeaf1e30cc171f63046bbc1a6153dcf8a6a7793cc9
parent84d9c0eb605604238a1d6d5e0f71e5ab8141b524 (diff)
downloadmullvadvpn-decee5e000b6d2c270b98063b48601e257861a9a.tar.xz
mullvadvpn-decee5e000b6d2c270b98063b48601e257861a9a.zip
Fix background color in report view controller
-rw-r--r--ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift1
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)