Merge branch 'feature/dateValidation' into 'develop'

Added public specifier

See merge request BPHV_MIPS/mvm_core_ui!757
This commit is contained in:
Pfeil, Scott Robert 2021-08-18 14:36:06 +00:00
commit 901236c6de

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