marinofaggiana 5 年 前
コミット
4212ef23ef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      iOSClient/Main/NCRichWorkspace.swift

+ 1 - 1
iOSClient/Main/NCRichWorkspace.swift

@@ -31,7 +31,7 @@ import Foundation
         if richWorkspace != nil && richWorkspace!.count > 0 {
             html = "<h2><span style=\"color: #000000;\">" + richWorkspace! + "</span></h2>"
         } else {
-            html = "<h2><span style=\"color: #000000;\">" + NSLocalizedString("_add_notes_readme_md_", comment: "") + "</span></h2>"
+            html = "<h2><span style=\"color: #808080;\">" + NSLocalizedString("_add_notes_readme_md_", comment: "") + "</span></h2>"
         }
         self.richWorkspace = richWorkspace
         webView.loadHTMLString(html, baseURL: Bundle.main.bundleURL)