Skip to content

Commit 6952963

Browse files
committed
Fix background color in report view controller
1 parent 15b5cb5 commit 6952963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/MullvadVPN/View controllers/ProblemReport/ProblemReportReviewViewController.swift

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class ProblemReportReviewViewController: UIViewController {
5454
ofSize: UIFont.systemFontSize,
5555
weight: .regular
5656
)
57+
textView.backgroundColor = .systemBackground
5758

5859
view.addSubview(textView)
5960

0 commit comments

Comments
 (0)