From a0141ecab0c59783d60c319f231700d2c7342aaf Mon Sep 17 00:00:00 2001 From: fish Date: Sat, 18 Jul 2026 22:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=BC=BA=E6=A0=BC=E5=A7=8B=E7=BB=88?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=93=9D=E8=89=B2=E8=BE=B9=E6=A1=86=EF=BC=8C?= =?UTF-8?q?=E6=96=B9=E4=BE=BF=E8=AF=86=E5=88=AB=E5=8F=AF=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LearnEnglish/LearnEnglish/Views/SpellingInputView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift b/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift index 7692342..85fa0db 100644 --- a/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift +++ b/LearnEnglish/LearnEnglish/Views/SpellingInputView.swift @@ -172,7 +172,7 @@ final class SpellingInputView: UIView, UITextFieldDelegate { label?.isHidden = filled.isEmpty let isCurrent = inputEnabled && blankIndex == cursorIndex - box.layer.borderColor = isCurrent ? UIColor.tintColor.cgColor : UIColor.separator.cgColor + box.layer.borderColor = UIColor.tintColor.cgColor box.layer.borderWidth = isCurrent ? 2 : 1 if isCurrent, filled.isEmpty {