From e06b408fc0fa1841d4aeaed2e6a87a03cc17ccda Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Tue, 3 Oct 2017 18:14:11 +0300 Subject: [PATCH] =?UTF-8?q?[authorization]=20[ios]=20Fixed=20=E2=80=98oran?= =?UTF-8?q?ge=E2=80=99=20color=20definition.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- iphone/Maps/Categories/UIColor+MapsMeColor.mm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iphone/Maps/Categories/UIColor+MapsMeColor.mm b/iphone/Maps/Categories/UIColor+MapsMeColor.mm index 30f7c3c8b1..0cfcf3f14c 100644 --- a/iphone/Maps/Categories/UIColor+MapsMeColor.mm +++ b/iphone/Maps/Categories/UIColor+MapsMeColor.mm @@ -39,7 +39,8 @@ NSDictionary * night = @{ @"errorPink" : [UIColor colorWithRed:scaled(246.) green:scaled(60.) blue:scaled(51.) alpha:alpha26], // Orange color (use for status 15 min in place page) - @"orange" : [UIColor colorWithRed:250. green:scaled(190.) blue:scaled(10.) alpha:alpha100], + @"orange" : + [UIColor colorWithRed:scaled(250.) green:scaled(190.) blue:scaled(10.) alpha:alpha100], // Blue color (use for links and phone numbers) @"linkBlue" : [UIColor colorWithRed:scaled(80.) green:scaled(195.) blue:scaled(240.) alpha:alpha100],