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; } }