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