Marino Faggiana 8 years ago
parent
commit
febd9f76cf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

+ 2 - 0
iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

@@ -145,9 +145,11 @@
         UILabel *dataLabel = (UILabel *)[headerView viewWithTag:100];
         UILabel *subjectLabel = (UILabel *)[headerView viewWithTag:101];
         
+        [dataLabel setFont:[UIFont fontWithName:@"System" size:12]];
         dataLabel.textColor = COLOR_TEXT_ANTHRACITE;
         dataLabel.text =  [CCUtility getTitleSectionDate:date];
         
+        [subjectLabel setFont:[UIFont fontWithName:@"System" size:12]];
         subjectLabel.textColor = COLOR_TEXT_ANTHRACITE;
         subjectLabel.text = activity.subject;