diff options
| -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 } |
