Update MastodonSDK/Sources/MastodonUI/View/Content/UserView.swift

Co-authored-by: Nathan Mattes <hallo@bullenscheisse.de>
This commit is contained in:
Marcus Kida 2023-05-05 14:26:36 +02:00 committed by GitHub
parent 40db0e36c0
commit de336e9341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public final class UserView: UIView {
return label
}()
private let followButton: UIButton = {
private let followButton: FollowButton = {
let button = FollowButton()
button.cornerRadius = 10
button.isHidden = true