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