Clooos / Bubble-Card

Bubble Card is a minimalist card collection for Home Assistant with a nice pop-up touch.
MIT License
1.44k stars 39 forks source link

I can't change the background color of button. #581

Closed zyi840449 closed 2 weeks ago

zyi840449 commented 2 weeks ago

When I use the following sample code, the switch background will turn green when turned on; but then immediately change to the system default orange.

type: custom:bubble-card card_type: button entity: switch.test name: Test styles: | .bubble-button-card-container { background-color: ${state === 'on' ? 'green' : 'red'} !important; }

iSalah commented 2 weeks ago

Same issue. @zyi840449 did you fix it ?