From 472e9ad341fa2ed1508721e0613c7a20ec52f46c Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Mon, 22 Dec 2025 14:02:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=81=94=E6=83=B3=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CustomKeyboard/View/KBSuggestionBarView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CustomKeyboard/View/KBSuggestionBarView.m b/CustomKeyboard/View/KBSuggestionBarView.m index 10a7d6c..5bd0b71 100644 --- a/CustomKeyboard/View/KBSuggestionBarView.m +++ b/CustomKeyboard/View/KBSuggestionBarView.m @@ -67,7 +67,7 @@ - (void)applyTheme:(KBSkinTheme *)theme { UIColor *bg = theme.keyBackground ?: [UIColor whiteColor]; UIColor *text = theme.keyTextColor ?: [UIColor blackColor]; - UIColor *barBg = theme.keyboardBackground ?: [UIColor colorWithWhite:0.95 alpha:1.0]; + UIColor *barBg = [UIColor colorWithHex:0xD1D3DB]; self.backgroundColor = barBg; self.pillColor = bg; self.textColor = text;