mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
VectorDesignValues: Load Vector colors at the app load time for the life of the app
This commit is contained in:
@@ -47,9 +47,9 @@
|
||||
self.thumbnailView.clipsToBounds = YES;
|
||||
|
||||
// apply the vector colours
|
||||
self.bottomLineSeparator.backgroundColor = VECTOR_SILVER_COLOR;
|
||||
self.topLineSeparator.backgroundColor = VECTOR_SILVER_COLOR;
|
||||
self.lastPresenceLabel.textColor = VECTOR_TEXT_GRAY_COLOR;
|
||||
self.bottomLineSeparator.backgroundColor = kVectorColorSiver;
|
||||
self.topLineSeparator.backgroundColor = kVectorColorSiver;
|
||||
self.lastPresenceLabel.textColor = kVectorTextColorGray;
|
||||
}
|
||||
|
||||
- (void)setShowCustomAccessoryView:(BOOL)show
|
||||
|
||||
Reference in New Issue
Block a user