bar-card
bar-card copied to clipboard
Icon colour no longer displayed
Since 2025.5 icon colours are no longer displayed
Not only that but using card-mod and styles not working
Hmm card_mod works for me so I'm able to set the icon using:
card_mod:
style: |
ha-icon {
color: #44739e
}
card_mod styles also not working here with HA 2025.6
card_mod: style: |- bar-card-currentbar, bar-card-backgroundbar { border-radius: 10px; }
Border radius not working after update.
Use var(--state-icon-color) to set it according to your theme instead of hardcoding.
Hmm card_mod works for me so I'm able to set the icon using:
card_mod: style: | ha-icon { color: #44739e }