Mushroom chips cant change background color.
Text color works.
Running card mod 3.4.5

type: custom:mushroom-chips-card
chips:
- type: template
content: Info
card_mod:
style: |
ha-card {
color: {{ 'green' if is_state('input_number.lynet_macroin_tabs', '1.0') else 'red' }}
}
icon: mdi:car-info
tap_action:
action: perform-action
perform_action: input_number.set_value
target:
entity_id: input_number.lynet_macroin_tabs
data:
value: 1
