From 0d61619f8d59bcdcb8b06f5f875ab46c79b30685 Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Sat, 27 Dec 2025 14:00:21 +0800 Subject: [PATCH] Update xiaoshi-device-balance-button.js --- xiaoshi-device-balance-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xiaoshi-device-balance-button.js b/xiaoshi-device-balance-button.js index 7055229..397256f 100644 --- a/xiaoshi-device-balance-button.js +++ b/xiaoshi-device-balance-button.js @@ -1656,7 +1656,7 @@ class XiaoshiBalanceButton extends LitElement { const buttonIcon = this.config.button_icon || 'mdi:cellphone'; // 设置背景颜色 - const buttonBgColor = transparentBg ? 'transparent' : theme === 'on' ? 'rgb(255, 255, 255, 0.6)' : 'rgb(80, 80, 80, 0.6)'; + const buttonBgColor = transparentBg ? 'transparent' : theme === 'on' ? 'rgb(255, 255, 255, 0.6)' : 'rgb(83, 83, 83, 0.6)'; // 获取显示模式 const displayMode = this.config.display_mode || 'min_value';