diff options
| author | Andrew Bulhak <andrew.bulhak@mullvad.net> | 2025-09-02 11:00:52 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2025-09-02 12:26:14 +0200 |
| commit | 0536854753ee3fa3cd547139b9ee1ed6bca402be (patch) | |
| tree | ff178791dad9795f064b11023af459fc20a4fcf9 /ios | |
| parent | 450820495819582c0dcdb560e55d8b0c61a3cfff (diff) | |
| download | mullvadvpn-0536854753ee3fa3cd547139b9ee1ed6bca402be.tar.xz mullvadvpn-0536854753ee3fa3cd547139b9ee1ed6bca402be.zip | |
Fix setting of font attribute for account history button
Diffstat (limited to 'ios')
| -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 } |
