diff options
author | Vitaly Takmazov | 2018-12-05 23:19:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-12-05 23:19:18 +0300 |
commit | e636d6bc337edb0dd1f154ee885955e2d68f8055 (patch) | |
tree | b974ac3cb57cdf0120b23d2ae4a307601a2506e0 /Juick | |
parent | e6a665d34eae11a75bf1a0a1e71af214ee52ce55 (diff) |
Fix funny color sRGB value
Diffstat (limited to 'Juick')
-rw-r--r-- | Juick/Helpers/ColorScheme.m | 2 | ||||
-rw-r--r-- | Juick/Supporting Files/Juick-Info.plist | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>90</string> + <string>91</string> <key>ITSAppUsesNonExemptEncryption</key> <false/> <key>LSApplicationCategoryType</key> |