We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 109249e + 576ecbf commit dadb564Copy full SHA for dadb564
WooCommerce/Classes/ViewRelated/ReusableViews/LabelAndButtonTableViewCell.swift
@@ -6,4 +6,15 @@ final class LabelAndButtonTableViewCell: UITableViewCell {
6
7
// TODO: Private outlets, configure method
8
// TODO: Button completion
9
+
10
+ override func awakeFromNib() {
11
+ super.awakeFromNib()
12
+ configureButton()
13
+ }
14
+}
15
16
+private extension LabelAndButtonTableViewCell {
17
+ func configureButton() {
18
+ button.tintColor = .accent
19
20
}
0 commit comments