diff --git a/README.md b/README.md index 46f0f432..22cb403c 100644 --- a/README.md +++ b/README.md @@ -1357,8 +1357,9 @@ card_type: button entity: switch.test name: Test styles: | - .bubble-button-card-container { - background-color: ${state === 'on' ? 'green' : 'red'} !important; + .bubble-button-background { + opacity: 1 !important; + background-color: ${state === 'on' ? 'blue' : 'red'} !important; } ```