mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Reskin: Kill kRiotColorGreen and use RiotDesignValues.colorValues.accent instead
This commit is contained in:
+4
-3
@@ -18,6 +18,7 @@
|
||||
#import "RoomIncomingAttachmentWithPaginationTitleBubbleCell.h"
|
||||
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation RoomIncomingAttachmentWithPaginationTitleBubbleCell
|
||||
|
||||
@@ -27,9 +28,9 @@
|
||||
|
||||
self.userNameLabel.textColor = kRiotPrimaryTextColor;
|
||||
|
||||
self.paginationLabel.textColor = kRiotColorGreen;
|
||||
self.paginationSeparatorView.backgroundColor = kRiotColorGreen;
|
||||
self.messageTextView.tintColor = kRiotColorGreen;
|
||||
self.paginationLabel.textColor = RiotDesignValues.colorValues.accent;
|
||||
self.paginationSeparatorView.backgroundColor = RiotDesignValues.colorValues.accent;
|
||||
self.messageTextView.tintColor = RiotDesignValues.colorValues.accent;
|
||||
}
|
||||
|
||||
- (void)render:(MXKCellData *)cellData
|
||||
|
||||
Reference in New Issue
Block a user