mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Chat screen: Update sending events color
They are gray instead of light gray
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user