Accepting a Space Invite has shouty button labels #5175

- fixed
This commit is contained in:
Gil Eluard
2022-02-01 16:41:57 +01:00
parent ac17b9640d
commit ea9911cadd
2 changed files with 2 additions and 1 deletions
@@ -186,7 +186,7 @@ class SpaceDetailViewController: UIViewController {
private func setup(button: UIButton, withTitle title: String) {
button.layer.masksToBounds = true
button.layer.cornerRadius = 8.0
button.setTitle(title.uppercased(), for: .normal)
button.setTitle(title, for: .normal)
}
private func render(viewState: SpaceDetailViewState) {