implementing feedback
This commit is contained in:
parent
8d6bb34d3a
commit
f74fbc059c
@ -56,19 +56,19 @@ open class HeadlineBody: View {
|
|||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user