From 22e7325a06ab363cc4e98b158388d85579234aa7 Mon Sep 17 00:00:00 2001 From: xiaoshi <115949669+xiaoshi930@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:58:47 +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 4c7407e..7055229 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(50, 50, 50, 0.6)'; + const buttonBgColor = transparentBg ? 'transparent' : theme === 'on' ? 'rgb(255, 255, 255, 0.6)' : 'rgb(80, 80, 80, 0.6)'; // 获取显示模式 const displayMode = this.config.display_mode || 'min_value';