font update
This commit is contained in:
parent
32b2ab825b
commit
ea13603b7d
@ -15,6 +15,7 @@ import UIKit
|
||||
let accordionButton = MFCustomButton(type: .custom)
|
||||
accordionButton.setTitle("+", for: .normal)
|
||||
accordionButton.setTitleColor(.black, for: .normal)
|
||||
accordionButton.titleLabel?.font = UIFont.systemFont(ofSize: 40, weight: .ultraLight)
|
||||
accordionButton.frame = CGRect(x: 0, y: 0, width: 20, height: 20)
|
||||
return accordionButton
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user