mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 05:36:57 +02:00
Bug Fix: change color separator above the Text input #49
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
self.separatorView.backgroundColor = VECTOR_GREEN_COLOR;
|
||||
self.separatorView.backgroundColor = VECTOR_LIGHT_GRAY_COLOR;
|
||||
self.messageLabel.textColor = VECTOR_TEXT_GRAY_COLOR;
|
||||
|
||||
// self.typingImageView.backgroundColor = VECTOR_GREEN_COLOR;
|
||||
|
||||
Reference in New Issue
Block a user