From e636d6bc337edb0dd1f154ee885955e2d68f8055 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 5 Dec 2018 23:19:18 +0300 Subject: Fix funny color sRGB value --- Juick/Helpers/ColorScheme.m | 2 +- Juick/Supporting Files/Juick-Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Juick') diff --git a/Juick/Helpers/ColorScheme.m b/Juick/Helpers/ColorScheme.m index 67e51ea..1b72da2 100644 --- a/Juick/Helpers/ColorScheme.m +++ b/Juick/Helpers/ColorScheme.m @@ -40,7 +40,7 @@ } + (UIColor *) secondaryBackground { - return [self colorWithHex:0xec4b98]; + return [self colorWithHex:0xff339a]; } diff --git a/Juick/Supporting Files/Juick-Info.plist b/Juick/Supporting Files/Juick-Info.plist index a289fec..e6c11a5 100644 --- a/Juick/Supporting Files/Juick-Info.plist +++ b/Juick/Supporting Files/Juick-Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 90 + 91 ITSAppUsesNonExemptEncryption LSApplicationCategoryType -- cgit v1.2.3