Skip to content

Commit b799ff1

Browse files
committed
Updated SettingTitleAndValueTableViewCell
1 parent 8df943c commit b799ff1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

WooCommerce/Classes/ViewRelated/ReusableViews/SettingTitleAndValueTableViewCell.swift

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ final class SettingTitleAndValueTableViewCell: UITableViewCell {
77

88
override func awakeFromNib() {
99
super.awakeFromNib()
10-
configureBackground()
11-
configureLabels()
10+
applyDefaultBackgroundStyle()
11+
applyDefaultLabelsStyle()
1212
}
1313
}
1414

@@ -23,12 +23,8 @@ extension SettingTitleAndValueTableViewCell {
2323

2424
// MARK: Configurations
2525
//
26-
private extension SettingTitleAndValueTableViewCell {
27-
func configureBackground() {
28-
applyDefaultBackgroundStyle()
29-
}
30-
31-
func configureLabels() {
26+
extension SettingTitleAndValueTableViewCell {
27+
func applyDefaultLabelsStyle() {
3228
titleLabel.applyBodyStyle()
3329
titleLabel.textColor = .text
3430

0 commit comments

Comments
 (0)