File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -177,8 +177,9 @@ class EditorDemoController: UIViewController {
177177 titleTextView. textColor = UIColor . label
178178 editorView. htmlTextView. textColor = UIColor . label
179179 editorView. richTextView. textColor = UIColor . label
180- editorView. richTextView. blockquoteBackgroundColor = UIColor . tertiarySystemBackground
181- editorView. richTextView. preBackgroundColor = UIColor . tertiarySystemBackground
180+ editorView. richTextView. blockquoteBackgroundColor = UIColor . secondarySystemBackground
181+ editorView. richTextView. preBackgroundColor = UIColor . secondarySystemBackground
182+ editorView. richTextView. blockquoteBorderColor = UIColor . secondarySystemFill
182183 var attributes = editorView. richTextView. linkTextAttributes
183184 attributes ? [ . foregroundColor] = UIColor . link
184185 } else {
You can’t perform that action at this time.
0 commit comments