Skip to content

Commit

Permalink
Merge pull request ResearchKit#41 from Erin-Mounts/master
Browse files Browse the repository at this point in the history
Match pause button color and size to leave button
  • Loading branch information
Erin-Mounts committed Nov 13, 2015
2 parents 43bf937 + ca2cc2e commit 3d8cb1a
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -934,6 +934,9 @@ - (void)setupAppearance

[self.leaveStudyButton setTitleColor:[UIColor appPrimaryColor] forState:UIControlStateNormal];
[self.leaveStudyButton.titleLabel setFont:[UIFont appRegularFontWithSize:16.0]];

[self.pauseResumeStudyButton setTitleColor:[UIColor appPrimaryColor] forState:UIControlStateNormal];
[self.pauseResumeStudyButton.titleLabel setFont:[UIFont appRegularFontWithSize:16.0]];
}

- (void) setupPickerCellAppeareance: (APCPickerTableViewCell *) __unused cell
Expand Down

0 comments on commit 3d8cb1a

Please sign in to comment.