font update
This commit is contained in:
parent
dcaff67e1a
commit
c5762ba4d4
@ -18,6 +18,7 @@ import Foundation
|
||||
let actionObject = ActionDelegate()
|
||||
let button = self.init(title: title, style: .plain, target: actionObject, action: #selector(actionObject.callActionBlock(_:)))
|
||||
button.actionDelegate = actionObject
|
||||
button.setTitleTextAttributes([NSAttributedString.Key.font: Styler.Font.RegularBodySmall], for: .normal)
|
||||
return button
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user