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.
1 parent 213da87 commit 576ecbfCopy full SHA for 576ecbf
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