diff --git a/MastodonSDK/Sources/MastodonUI/View/Content/UserView.swift b/MastodonSDK/Sources/MastodonUI/View/Content/UserView.swift index 2bfb48ff4..0aa09b536 100644 --- a/MastodonSDK/Sources/MastodonUI/View/Content/UserView.swift +++ b/MastodonSDK/Sources/MastodonUI/View/Content/UserView.swift @@ -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