diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-01-07 13:47:33 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-01-08 15:17:24 +0100 |
| commit | 05b03e40bc266f037db5f114d55330b3840f36ca (patch) | |
| tree | 9f3d74bbb165c3c00b45df07a99be29cfca3801f | |
| parent | 69a36607f22a7a7cb87d4b4d0319b9e8bb118416 (diff) | |
| download | mullvadvpn-05b03e40bc266f037db5f114d55330b3840f36ca.tar.xz mullvadvpn-05b03e40bc266f037db5f114d55330b3840f36ca.zip | |
Gray out disabled buttons
| -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 { |
