Skip to content

Commit

Permalink
Increase touch target size the 'log out device' button
Browse files Browse the repository at this point in the history
  • Loading branch information
rablador committed Oct 4, 2024
1 parent 1364302 commit d9f0f26
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 d9f0f26

Please sign in to comment.