mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-02-06 20:33:20 +01:00
fix: set missing font for relationship action button
This commit is contained in:
parent
aa3dff0770
commit
2507a7324e
@ -29,6 +29,8 @@ final class ProfileRelationshipActionButton: RoundedEdgesButton {
|
||||
|
||||
extension ProfileRelationshipActionButton {
|
||||
private func _init() {
|
||||
titleLabel?.font = .systemFont(ofSize: 17, weight: .semibold)
|
||||
|
||||
actvityIndicatorView.translatesAutoresizingMaskIntoConstraints = false
|
||||
addSubview(actvityIndicatorView)
|
||||
NSLayoutConstraint.activate([
|
||||
|
Loading…
x
Reference in New Issue
Block a user