Card donations: tweak error font size and spacing
This commit is contained in:
parent
734b69c63e
commit
e400f5822b
@ -49,7 +49,7 @@ extension CreditOrDebitCardDonationViewController {
|
||||
|
||||
private lazy var errorLabel: UILabel = {
|
||||
let result = UILabel()
|
||||
result.font = .ows_dynamicTypeBody2
|
||||
result.font = .ows_dynamicTypeCaption1
|
||||
result.textColor = .ows_accentRed
|
||||
result.numberOfLines = 1
|
||||
return result
|
||||
|
||||
@ -23,6 +23,8 @@ class CreditOrDebitCardDonationViewController: OWSTableViewController2 {
|
||||
self.onFinished = onFinished
|
||||
|
||||
super.init()
|
||||
|
||||
self.defaultSpacingBetweenSections = 0
|
||||
}
|
||||
|
||||
deinit {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user