added specifiers for message label
This commit is contained in:
parent
44c44a83ae
commit
193ef93ffe
@ -13,7 +13,7 @@ open class HeadlineBody: View {
|
|||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
||||||
let headlineLabel = Label(fontStyle: .BoldTitleLarge)
|
let headlineLabel = Label(fontStyle: .BoldTitleLarge)
|
||||||
let messageLabel = Label(fontStyle: .RegularBodySmall)
|
public let messageLabel = Label(fontStyle: .RegularBodySmall)
|
||||||
|
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
// MARK: - Constraints
|
// MARK: - Constraints
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user