From beb1c2e80301a449a2552bf0cfd7a0801dfa5dec Mon Sep 17 00:00:00 2001 From: Mojgan Date: Wed, 8 Nov 2023 13:21:12 +0100 Subject: [PATCH] make adjust in font styles --- .../RevokedDevice/RevokedDeviceViewController.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ios/MullvadVPN/View controllers/RevokedDevice/RevokedDeviceViewController.swift b/ios/MullvadVPN/View controllers/RevokedDevice/RevokedDeviceViewController.swift index 4f653b51ff6e..ba3ce704f63a 100644 --- a/ios/MullvadVPN/View controllers/RevokedDevice/RevokedDeviceViewController.swift +++ b/ios/MullvadVPN/View controllers/RevokedDevice/RevokedDeviceViewController.swift @@ -27,14 +27,13 @@ class RevokedDeviceViewController: UIViewController, RootContainment { value: "Device is inactive", comment: "" ) - titleLabel.font = UIFont.systemFont(ofSize: 32) return titleLabel }() private lazy var bodyLabel: UILabel = { let bodyLabel = UILabel() bodyLabel.translatesAutoresizingMaskIntoConstraints = false - bodyLabel.font = UIFont.systemFont(ofSize: 17) + bodyLabel.font = UIFont.systemFont(ofSize: 17, weight: .semibold) bodyLabel.numberOfLines = 0 bodyLabel.textColor = .white bodyLabel.text = NSLocalizedString(