font update

This commit is contained in:
Pfeil, Scott Robert 2020-08-13 15:22:32 -04:00
parent dcaff67e1a
commit c5762ba4d4

View File

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