added specifiers for message label

This commit is contained in:
Tondapu, Alekhya 2021-08-18 19:20:25 +05:30
parent 44c44a83ae
commit 193ef93ffe

View File

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