diff options
| author | Jon Petersson <jon.petersson@mullvad.net> | 2024-10-04 15:33:30 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2024-10-08 13:38:17 +0200 |
| commit | 70dc8d51720a9aa7088a9156fe52ea543fc12e21 (patch) | |
| tree | 7fb71a3edcfba7e2499f5cfc011dcafd3f9e12bc | |
| parent | adbd44add2cfeaf70cc53330ab1194edcab15096 (diff) | |
| download | mullvadvpn-70dc8d51720a9aa7088a9156fe52ea543fc12e21.tar.xz mullvadvpn-70dc8d51720a9aa7088a9156fe52ea543fc12e21.zip | |
Increase touch target size the 'log out device' button
| -rw-r--r-- | ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift b/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift index 1fec0aeffe..d3da30a16e 100644 --- a/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift +++ b/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift @@ -41,7 +41,7 @@ class DeviceRowView: UIView { renderingMode: .alwaysOriginal ) - let button = UIButton(type: .custom) + let button = IncreasedHitButton(type: .custom) button.translatesAutoresizingMaskIntoConstraints = false button.setImage(image, for: .normal) button.accessibilityLabel = NSLocalizedString( |
