diff options
author | Vitaly Takmazov | 2017-06-12 21:55:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-28 21:31:27 +0300 |
commit | bf4aeb0061ca2d5a16de9e2578c667ada5fbf994 (patch) | |
tree | 43c5ebe767c06dfcb1f7adf6a49ea42e00a20465 | |
parent | 1fc442b9401aa88e5d2fdb2c8f059e9aede5f7e0 (diff) |
new background
-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 8417489..56684a6 100644 --- a/Juick/Helpers/ColorScheme.m +++ b/Juick/Helpers/ColorScheme.m @@ -26,7 +26,7 @@ + (UIColor *) mainBackground { - return [UIColor colorWithRed:238/255.0f green:238/255.0f blue:229/255.0f alpha:1.0f]; + return [self colorWithHex:0xf8f8f8]; } + (UIColor *) linkColor { |