From e55f84dd97e7d8fa4e7f9e1fe0a20c172cff37ab Mon Sep 17 00:00:00 2001 From: fish Date: Sun, 12 Jul 2026 21:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=A1=86=E4=BD=BF=E7=94=A8=E7=B3=BB=E7=BB=9F=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2=E9=80=82=E9=85=8D=E6=B7=B1=E8=89=B2=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Note/FormatLogViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Note/FormatLogViewController.swift b/Note/FormatLogViewController.swift index de8394a..d514b1a 100644 --- a/Note/FormatLogViewController.swift +++ b/Note/FormatLogViewController.swift @@ -34,7 +34,7 @@ class FormatLogViewController: UIViewController { textView = UITextView() textView.translatesAutoresizingMaskIntoConstraints = false textView.font = UIFont.systemFont(ofSize: 16) - textView.backgroundColor = .white + textView.backgroundColor = .systemBackground textView.layer.cornerRadius = 12 textView.textContainerInset = UIEdgeInsets(top: 12, left: 12, bottom: 12, right: 12) textView.delegate = self