diff options
| -rw-r--r-- | ios/MullvadVPN/CustomButton.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/MullvadVPN/CustomButton.swift b/ios/MullvadVPN/CustomButton.swift index fa4c867cc9..9cecb1f144 100644 --- a/ios/MullvadVPN/CustomButton.swift +++ b/ios/MullvadVPN/CustomButton.swift @@ -46,6 +46,7 @@ import UIKit setTitleColor(UIColor.white, for: .normal) setTitleColor(UIColor.lightGray, for: .highlighted) + setTitleColor(UIColor.lightGray, for: .disabled) } override func imageRect(forContentRect contentRect: CGRect) -> CGRect { |
