修改联想背景色

This commit is contained in:
2025-12-22 14:02:43 +08:00
parent 19c69f4f6f
commit 472e9ad341

View File

@@ -67,7 +67,7 @@
- (void)applyTheme:(KBSkinTheme *)theme { - (void)applyTheme:(KBSkinTheme *)theme {
UIColor *bg = theme.keyBackground ?: [UIColor whiteColor]; UIColor *bg = theme.keyBackground ?: [UIColor whiteColor];
UIColor *text = theme.keyTextColor ?: [UIColor blackColor]; 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.backgroundColor = barBg;
self.pillColor = bg; self.pillColor = bg;
self.textColor = text; self.textColor = text;