From d958a11cc1618e080b9aab9a0b84c942afd7012a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 21 Oct 2018 18:30:00 +0300 Subject: Chat styling --- Juick/Helpers/ColorScheme.m | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Juick/Helpers/ColorScheme.m') diff --git a/Juick/Helpers/ColorScheme.m b/Juick/Helpers/ColorScheme.m index 69fe98f..67e51ea 100644 --- a/Juick/Helpers/ColorScheme.m +++ b/Juick/Helpers/ColorScheme.m @@ -39,5 +39,9 @@ return [self colorWithHex:0x006699]; } ++ (UIColor *) secondaryBackground { + return [self colorWithHex:0xec4b98]; +} + @end -- cgit v1.2.3