|
|
@@ -358,14 +358,14 @@ private final class PaywallTrustItemView: NSView {
|
|
|
icon.contentTintColor = AppTheme.navy
|
|
|
|
|
|
let titleLabel = NSTextField(labelWithString: title)
|
|
|
- titleLabel.font = AppTheme.semiboldFont(size: 13)
|
|
|
+ titleLabel.font = AppTheme.semiboldFont(size: 11)
|
|
|
titleLabel.textColor = AppTheme.navy
|
|
|
titleLabel.lineBreakMode = .byTruncatingTail
|
|
|
titleLabel.setContentCompressionResistancePriority(.defaultLow, for: .horizontal)
|
|
|
titleLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
|
|
|
|
let subtitleLabel = NSTextField(labelWithString: subtitle)
|
|
|
- subtitleLabel.font = AppTheme.regularFont(size: 12)
|
|
|
+ subtitleLabel.font = AppTheme.regularFont(size: 9)
|
|
|
subtitleLabel.textColor = AppTheme.textSecondary
|
|
|
subtitleLabel.lineBreakMode = .byTruncatingTail
|
|
|
subtitleLabel.setContentCompressionResistancePriority(.defaultLow, for: .horizontal)
|