diff --git a/Widget/PeerNode.swift b/Widget/PeerNode.swift index 9c61ac0703..a18dd3df1f 100644 --- a/Widget/PeerNode.swift +++ b/Widget/PeerNode.swift @@ -14,7 +14,7 @@ private func floorToScreenPixels(_ value: CGFloat) -> CGFloat { return floor(value * UIScreenScale) / UIScreenScale } -private let avatarFont: UIFont = UIFont(name: ".SFCompactRounded-Semibold", size: 18.0) ?? UIFont.systemFont(ofSize: 18.0) +private let avatarFont = UIFont(name: ".SFCompactRounded-Semibold", size: 18.0) ?? UIFont.systemFont(ofSize: 18.0) private let gradientColors: [NSArray] = [ [UIColor(rgb: 0xff516a).cgColor, UIColor(rgb: 0xff885e).cgColor],