Skip to content

Commit

Permalink
Fix keyboard text color on light mode. Closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Liu committed Mar 5, 2022
1 parent 6e781cd commit 5749120
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ final class WordleKeyboardKey: UIButton {
titleLabel?.font = titleLabel?.font.withSize(24.0)
titleLabel?.numberOfLines = 1
setTitleColor(.label, for: .normal)
addTarget(self, action: #selector(didTapKey), for: .touchUpInside)
}
Expand Down

0 comments on commit 5749120

Please sign in to comment.