diff options
Diffstat (limited to 'Juick/Helpers')
-rw-r--r-- | Juick/Helpers/ColorScheme.m | 2 |
1 files changed, 1 insertions, 1 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]; } |