mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Rebranding: replace Vector by Riot everywhere in the git and github repos
- Rename VectorDesignValues with RiotDesignValues
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
#import "TableViewCellWithCheckBoxAndLabel.h"
|
||||
|
||||
#import "VectorDesignValues.h"
|
||||
#import "RiotDesignValues.h"
|
||||
|
||||
@implementation TableViewCellWithCheckBoxAndLabel
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
_label.textColor = kVectorTextColorBlack;
|
||||
_label.textColor = kRiotTextColorBlack;
|
||||
}
|
||||
|
||||
- (void)setEnabled:(BOOL)enabled
|
||||
|
||||
Reference in New Issue
Block a user