diff options
| -rw-r--r-- | ios/MullvadVPN/View controllers/VPNSettings/CustomDNSCellFactory.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/CustomDNSCellFactory.swift b/ios/MullvadVPN/View controllers/VPNSettings/CustomDNSCellFactory.swift index 0118ee2a43..8d80402bf3 100644 --- a/ios/MullvadVPN/View controllers/VPNSettings/CustomDNSCellFactory.swift +++ b/ios/MullvadVPN/View controllers/VPNSettings/CustomDNSCellFactory.swift @@ -141,6 +141,7 @@ final class CustomDNSCellFactory: @preconcurrency CellFactoryProtocol { cell.action = { [weak self] isOn in self?.delegate?.didChangeState(for: .useCustomDNS, isOn: isOn) } + cell.backgroundView?.backgroundColor = UIColor.Cell.Background.normal case .addDNSServer: guard let cell = cell as? SettingsAddDNSEntryCell else { return } |
