diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-02-20 12:53:30 +0100 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-02-20 12:53:30 +0100 |
| commit | 996d76a7d76aaa08356e05e5965ed590d5bc7182 (patch) | |
| tree | 5d1145c848a2b1fdd110793ffc71671f75e99e3f | |
| parent | 32f61fd8fe9c9f66daadd9893104c27782fef8c7 (diff) | |
| parent | dccfd804864caf41bcd9676d24485e53ce014031 (diff) | |
| download | mullvadvpn-996d76a7d76aaa08356e05e5965ed590d5bc7182.tar.xz mullvadvpn-996d76a7d76aaa08356e05e5965ed590d5bc7182.zip | |
Merge branch 'ios-1053-settings-separator-suppression'
| -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 |
