Chat screen: Update sending events color

They are gray instead of light gray
This commit is contained in:
giomfo
2016-01-29 15:23:11 +01:00
parent 11761b3a32
commit c8a5b05dba
+1 -1
View File
@@ -49,7 +49,7 @@
self.subTitleTextColor = VECTOR_TEXT_GRAY_COLOR;
self.prefixTextColor = VECTOR_TEXT_GRAY_COLOR;
self.bingTextColor = VECTOR_GREEN_COLOR;
self.sendingTextColor = VECTOR_LIGHT_GRAY_COLOR;
self.sendingTextColor = VECTOR_TEXT_GRAY_COLOR;
self.errorTextColor = [UIColor redColor];
self.defaultTextFont = [UIFont systemFontOfSize:15];