Skip to content

Commit

Permalink
[Home] Fix label colors in Stores tab
Browse files Browse the repository at this point in the history
  • Loading branch information
wstyres committed Jan 10, 2020
1 parent 0ed725d commit 03de9c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Zebra/Tabs/Home/Stores/ZBStoresListTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ - (ZBRepoTableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPat
ZBRepo *source = [self.tableData objectAtIndex:indexPath.row];

cell.repoLabel.text = [source origin];
cell.repoLabel.textColor = [UIColor cellPrimaryTextColor];
cell.urlLabel.textColor = [UIColor cellSecondaryTextColor];

if (![self checkAuthenticatedRepo:[_keychain stringForKey:[source baseURL]]]) {
cell.urlLabel.text = NSLocalizedString(@"Login", @"");
Expand Down

0 comments on commit 03de9c6

Please sign in to comment.