diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2025-02-20 11:48:51 +0100 |
|---|---|---|
| committer | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2025-02-20 11:48:51 +0100 |
| commit | dccfd804864caf41bcd9676d24485e53ce014031 (patch) | |
| tree | 5d1145c848a2b1fdd110793ffc71671f75e99e3f | |
| parent | 32f61fd8fe9c9f66daadd9893104c27782fef8c7 (diff) | |
| download | mullvadvpn-dccfd804864caf41bcd9676d24485e53ce014031.tar.xz mullvadvpn-dccfd804864caf41bcd9676d24485e53ce014031.zip | |
Make VPN Settings cell separators the bg colour, like its parent
| -rw-r--r-- | ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift index 603dfb3bb0..551813209c 100644 --- a/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift +++ b/ios/MullvadVPN/View controllers/VPNSettings/VPNSettingsViewController.swift @@ -41,6 +41,7 @@ class VPNSettingsViewController: UITableViewController { tableView.setAccessibilityIdentifier(.vpnSettingsTableView) tableView.backgroundColor = .secondaryColor + tableView.separatorColor = .secondaryColor tableView.rowHeight = UITableView.automaticDimension tableView.estimatedRowHeight = 60 tableView.estimatedSectionHeaderHeight = tableView.estimatedRowHeight |
