diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-02 12:26:30 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-02 12:26:30 +0200 |
| commit | c6f27dbb596d9df86e61d846e8e388e5a8ec7bfa (patch) | |
| tree | ff178791dad9795f064b11023af459fc20a4fcf9 | |
| parent | 450820495819582c0dcdb560e55d8b0c61a3cfff (diff) | |
| parent | 0536854753ee3fa3cd547139b9ee1ed6bca402be (diff) | |
| download | mullvadvpn-c6f27dbb596d9df86e61d846e8e388e5a8ec7bfa.tar.xz mullvadvpn-c6f27dbb596d9df86e61d846e8e388e5a8ec7bfa.zip | |
Merge branch 'ios-1254-login-account-number-font'
| -rw-r--r-- | ios/MullvadVPN/View controllers/Login/AccountInputGroupView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/View controllers/Login/AccountInputGroupView.swift b/ios/MullvadVPN/View controllers/Login/AccountInputGroupView.swift index a5e51262ab..0391eecab4 100644 --- a/ios/MullvadVPN/View controllers/Login/AccountInputGroupView.swift +++ b/ios/MullvadVPN/View controllers/Login/AccountInputGroupView.swift @@ -98,7 +98,7 @@ final class AccountInputGroupView: UIView { button.configuration? .titleTextAttributesTransformer = UIConfigurationTextAttributesTransformer { attributeContainer in var updatedAttributeContainer = attributeContainer - updatedAttributeContainer.font = .mullvadMedium + updatedAttributeContainer.font = UIFont.mullvadMedium updatedAttributeContainer.foregroundColor = .AccountTextField.NormalState.textColor return updatedAttributeContainer } |
