From 7f8f9ae5a5b077956929415188a10538c534b58e Mon Sep 17 00:00:00 2001 From: Bug Magnet Date: Fri, 23 Feb 2024 15:38:17 +0100 Subject: [PATCH] Enable IP Override, and fix text color in it --- .../Settings/IPOverride/IPOverrideTextViewController.swift | 1 + .../View controllers/Settings/SettingsDataSource.swift | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ios/MullvadVPN/Coordinators/Settings/IPOverride/IPOverrideTextViewController.swift b/ios/MullvadVPN/Coordinators/Settings/IPOverride/IPOverrideTextViewController.swift index ed0ae506c05b..f74090e2f90a 100644 --- a/ios/MullvadVPN/Coordinators/Settings/IPOverride/IPOverrideTextViewController.swift +++ b/ios/MullvadVPN/Coordinators/Settings/IPOverride/IPOverrideTextViewController.swift @@ -63,6 +63,7 @@ class IPOverrideTextViewController: UIViewController { textView.delegate = self textView.spellCheckingType = .no textView.autocorrectionType = .no + textView.textColor = UIColor.label textView.font = UIFont.monospacedSystemFont( ofSize: UIFont.systemFont(ofSize: 14).pointSize, weight: .regular diff --git a/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift b/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift index 39b8d0835af6..d4885ee100dc 100644 --- a/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift +++ b/ios/MullvadVPN/View controllers/Settings/SettingsDataSource.swift @@ -153,10 +153,7 @@ final class SettingsDataSource: UITableViewDiffableDataSource