mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
VectorDesignValues: Load Vector colors at the app load time for the life of the app
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
self.separatorView.backgroundColor = VECTOR_LIGHT_GRAY_COLOR;
|
||||
self.messageLabel.textColor = VECTOR_TEXT_GRAY_COLOR;
|
||||
self.separatorView.backgroundColor = kVectorColorLightGrey;
|
||||
self.messageLabel.textColor = kVectorTextColorGray;
|
||||
|
||||
// self.typingImageView.backgroundColor = VECTOR_GREEN_COLOR;
|
||||
// self.typingImageView.backgroundColor = kVectorColorGreen;
|
||||
// self.typingImageView.layer.cornerRadius = self.typingImageView.frame.size.height / 2;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user