#What is the syntax for setting all the colors of a button?
1 messages · Page 1 of 1 (latest)
Something like this?
type: custom:bubble-card
card_type: button
button_type: switch
entity: input_boolean.open_backdoor_alert
styles: |-
ha-card {
--bubble-main-background-color: orange !important;
}
.bubble-icon {
color: orange !important;
}
Nope. Afraid not. Now it’s just entirely blue.