Merge branch 'feature/scope_product_detail' into 'develop'

scope modification for product detail molecule

See merge request BPHV_MIPS/mvm_core_ui!657
This commit is contained in:
Pfeil, Scott Robert 2021-02-11 11:27:36 -05:00
commit cd680ee190

View File

@ -50,25 +50,25 @@ open class HeadlineBody: View {
} }
} }
func styleLandingPageHeader() { public func styleLandingPageHeader() {
headlineLabel.setFontStyle(.Title2XLarge) headlineLabel.setFontStyle(.Title2XLarge)
messageLabel.setFontStyle(.RegularBodySmall) messageLabel.setFontStyle(.RegularBodySmall)
spaceBetweenLabelsConstant = Padding.Two spaceBetweenLabelsConstant = Padding.Two
} }
func stylePageHeader() { public func stylePageHeader() {
headlineLabel.setFontStyle(.BoldTitleLarge) headlineLabel.setFontStyle(.BoldTitleLarge)
messageLabel.setFontStyle(.RegularBodySmall) messageLabel.setFontStyle(.RegularBodySmall)
spaceBetweenLabelsConstant = Padding.One spaceBetweenLabelsConstant = Padding.One
} }
func styleListItem() { public func styleListItem() {
headlineLabel.setFontStyle(.BoldBodySmall) headlineLabel.setFontStyle(.BoldBodySmall)
messageLabel.setFontStyle(.RegularBodySmall) messageLabel.setFontStyle(.RegularBodySmall)
spaceBetweenLabelsConstant = 0 spaceBetweenLabelsConstant = 0
} }
func styleListItemDivider() { public func styleListItemDivider() {
headlineLabel.setFontStyle(.BoldTitleMedium) headlineLabel.setFontStyle(.BoldTitleMedium)
messageLabel.setFontStyle(.RegularBodySmall) messageLabel.setFontStyle(.RegularBodySmall)
spaceBetweenLabelsConstant = 0 spaceBetweenLabelsConstant = 0