|
|
@@ -358,14 +358,14 @@ private final class PaywallTrustItemView: NSView {
|
|
358
|
358
|
icon.contentTintColor = AppTheme.navy
|
|
359
|
359
|
|
|
360
|
360
|
let titleLabel = NSTextField(labelWithString: title)
|
|
361
|
|
- titleLabel.font = AppTheme.semiboldFont(size: 13)
|
|
|
361
|
+ titleLabel.font = AppTheme.semiboldFont(size: 11)
|
|
362
|
362
|
titleLabel.textColor = AppTheme.navy
|
|
363
|
363
|
titleLabel.lineBreakMode = .byTruncatingTail
|
|
364
|
364
|
titleLabel.setContentCompressionResistancePriority(.defaultLow, for: .horizontal)
|
|
365
|
365
|
titleLabel.translatesAutoresizingMaskIntoConstraints = false
|
|
366
|
366
|
|
|
367
|
367
|
let subtitleLabel = NSTextField(labelWithString: subtitle)
|
|
368
|
|
- subtitleLabel.font = AppTheme.regularFont(size: 12)
|
|
|
368
|
+ subtitleLabel.font = AppTheme.regularFont(size: 9)
|
|
369
|
369
|
subtitleLabel.textColor = AppTheme.textSecondary
|
|
370
|
370
|
subtitleLabel.lineBreakMode = .byTruncatingTail
|
|
371
|
371
|
subtitleLabel.setContentCompressionResistancePriority(.defaultLow, for: .horizontal)
|