marinofaggiana 5 년 전
부모
커밋
84fb037420
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Activity/NCActivity.swift

+ 1 - 1
iOSClient/Activity/NCActivity.swift

@@ -153,7 +153,7 @@ extension NCActivity: UITableViewDelegate {
         view.backgroundColor = .clear
         
         let label = UILabel()
-        label.font = UIFont.boldSystemFont(ofSize: 16)
+        label.font = UIFont.boldSystemFont(ofSize: 13)
         label.textColor = NCBrandColor.sharedInstance.textView
         label.text = CCUtility.getTitleSectionDate(sectionDate[section])
         label.textAlignment = .center