Skip to content

Commit

Permalink
Merge branch 'increase-touch-target-size-the-_log-out-device_-button-…
Browse files Browse the repository at this point in the history
…in-ios-857'
  • Loading branch information
buggmagnet committed Oct 8, 2024
2 parents adbd44a + 70dc8d5 commit a0086e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a0086e9

Please sign in to comment.