Browse Source

ui feedback

v0.17
Dibya 2 years ago
parent
commit
630a11f160
  1. 3
      GME Remit/Modules/RecipientModules/Recipients/User Interface/View/Cell/TransferListTableViewCell.swift

3
GME Remit/Modules/RecipientModules/Recipients/User Interface/View/Cell/TransferListTableViewCell.swift

@ -23,7 +23,10 @@ class TransferListTableViewCell: UITableViewCell {
editButton.layer.cornerRadius = 8
editButton.layer.borderWidth = 1
editButton.layer.borderColor = UIColor(r: 46, g: 137, b: 255).cgColor
resendButton.layer.cornerRadius = 8
statusLabel.layer.cornerRadius = 18
}
func setModel(with model: Recipient?) {

Loading…
Cancel
Save