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;