From 6c05026402fda0595916236c920bc1e550a5f041 Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Tue, 28 Oct 2025 21:27:01 +0800 Subject: [PATCH] fix --- CustomKeyboard/View/KBKeyButton.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomKeyboard/View/KBKeyButton.m b/CustomKeyboard/View/KBKeyButton.m index 68d94f3..085d3eb 100644 --- a/CustomKeyboard/View/KBKeyButton.m +++ b/CustomKeyboard/View/KBKeyButton.m @@ -35,7 +35,7 @@ if (self.isSelected) { self.alpha = 1.0; } else { - self.alpha = highlighted ? 0.7 : 1.0; + self.alpha = highlighted ? 0.2 : 1.0; } }