fix: server cell expand button hit test area too small issue

This commit is contained in:
CMK 2021-08-05 16:20:35 +08:00
parent 76b033afed
commit 20c9cd709f
1 changed files with 1 additions and 1 deletions

View File

@ -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)