forked from zelo72/mastodon-ios
fix: server cell expand button hit test area too small issue
This commit is contained in:
parent
76b033afed
commit
20c9cd709f
|
@ -87,7 +87,7 @@ class PickServerCell: UITableViewCell {
|
|||
}()
|
||||
|
||||
let expandButton: UIButton = {
|
||||
let button = UIButton(type: .custom)
|
||||
let button = HitTestExpandedButton(type: .custom)
|
||||
button.setImage(UIImage(systemName: "chevron.down", withConfiguration: UIImage.SymbolConfiguration(pointSize: 13)), for: .normal)
|
||||
button.setTitle(L10n.Scene.ServerPicker.Button.seeMore, for: .normal)
|
||||
button.setTitleColor(Asset.Colors.brandBlue.color, for: .normal)
|
||||
|
|
Loading…
Reference in New Issue