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 1e6d194 commit a0726c1Copy full SHA for a0726c1
Authenticator/Source/ButtonHeaderView.swift
@@ -57,7 +57,7 @@ class ButtonHeaderView<Action>: UIButton {
57
58
private func configureSubviews() {
59
titleLabel?.textAlignment = .center
60
- titleLabel?.textColor = UIColor.otpForegroundColor
+ setTitleColor(.otpForegroundColor, for: UIControlState.normal)
61
titleLabel?.font = UIFont.systemFont(ofSize: 16, weight: UIFontWeightLight)
62
63
addTarget(self, action: #selector(ButtonHeaderView.buttonWasPressed), for: .touchUpInside)
0 commit comments