diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-02-04 12:01:29 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-02-04 12:18:43 +0100 |
| commit | f3622fe17db395b5017ba311321bb67e3e14afa3 (patch) | |
| tree | 5f2db52955119b03950d3d9dacf0fde5e81ef481 | |
| parent | 78219f7e0c8c2fb8a29ba0a60b47776a4306a028 (diff) | |
| download | mullvadvpn-f3622fe17db395b5017ba311321bb67e3e14afa3.tar.xz mullvadvpn-f3622fe17db395b5017ba311321bb67e3e14afa3.zip | |
Reuse existing color
| -rw-r--r-- | ios/MullvadVPN/UIColor+Palette.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadVPN/UIColor+Palette.swift b/ios/MullvadVPN/UIColor+Palette.swift index 580ce74ad6..dfcd4174f8 100644 --- a/ios/MullvadVPN/UIColor+Palette.swift +++ b/ios/MullvadVPN/UIColor+Palette.swift @@ -12,7 +12,7 @@ extension UIColor { enum AccountTextField { enum NormalState { - static let borderColor = UIColor(red: 0.10, green: 0.18, blue: 0.27, alpha: 1.0) + static let borderColor = secondaryColor static let textColor = primaryColor static let backgroundColor = UIColor.white } |
