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