mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Fix verified link priority (IOS-140)
This commit is contained in:
parent
622953c649
commit
2f4ce19983
@ -63,6 +63,7 @@ public final class UserView: UIView {
|
||||
|
||||
public let authorVerifiedLabel: MetaLabel = {
|
||||
let label = MetaLabel(style: .profileFieldValue)
|
||||
label.setContentCompressionResistancePriority(.defaultHigh - 2, for: .horizontal)
|
||||
label.translatesAutoresizingMaskIntoConstraints = false
|
||||
label.textAttributes = [
|
||||
.font: UIFontMetrics(forTextStyle: .body).scaledFont(for: .systemFont(ofSize: 15, weight: .regular)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user