diff options
Diffstat (limited to 'ios')
| -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( |
