确认按钮文字颜色与导航栏标题一致

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-07-20 21:53:20 +08:00
parent 8f2152dc18
commit 9b09e85498
@@ -64,7 +64,7 @@ final class SpellingInputView: UIView, UITextFieldDelegate {
var glassConfig = UIButton.Configuration.glass()
glassConfig.title = "确认"
glassConfig.cornerStyle = .fixed
glassConfig.baseForegroundColor = .white
glassConfig.baseForegroundColor = .label
glassConfig.titleTextAttributesTransformer = UIConfigurationTextAttributesTransformer { incoming in
var outgoing = incoming
outgoing.font = .systemFont(ofSize: 16, weight: .semibold)