summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2020-02-04 12:01:29 +0100
committerAndrej Mihajlov <and@mullvad.net>2020-02-04 12:18:43 +0100
commitf3622fe17db395b5017ba311321bb67e3e14afa3 (patch)
tree5f2db52955119b03950d3d9dacf0fde5e81ef481
parent78219f7e0c8c2fb8a29ba0a60b47776a4306a028 (diff)
downloadmullvadvpn-f3622fe17db395b5017ba311321bb67e3e14afa3.tar.xz
mullvadvpn-f3622fe17db395b5017ba311321bb67e3e14afa3.zip
Reuse existing color
-rw-r--r--ios/MullvadVPN/UIColor+Palette.swift2
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
}