From 70dc8d51720a9aa7088a9156fe52ea543fc12e21 Mon Sep 17 00:00:00 2001 From: Jon Petersson Date: Fri, 4 Oct 2024 15:33:30 +0200 Subject: [PATCH] Increase touch target size the 'log out device' button --- ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift b/ios/MullvadVPN/View controllers/DeviceList/DeviceRowView.swift index 1fec0aeffe03..d3da30a16e1c 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(