mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Chat screen: Display network status, and handle unsent messages.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
self.prefixTextColor = kVectorTextColorGray;
|
||||
self.bingTextColor = kVectorColorGreen;
|
||||
self.sendingTextColor = kVectorTextColorGray;
|
||||
self.errorTextColor = [UIColor redColor];
|
||||
self.errorTextColor = kVectorTextColorRed;
|
||||
|
||||
self.defaultTextFont = [UIFont systemFontOfSize:15];
|
||||
self.prefixTextFont = [UIFont boldSystemFontOfSize:15];
|
||||
|
||||
Reference in New Issue
Block a user