bar-card icon indicating copy to clipboard operation
bar-card copied to clipboard

Icon colour no longer displayed

Open robertboccia opened this issue 6 months ago • 4 comments

Since 2025.5 icon colours are no longer displayed

robertboccia avatar May 18 '25 05:05 robertboccia

Not only that but using card-mod and styles not working

BunpGhost avatar May 25 '25 17:05 BunpGhost

Hmm card_mod works for me so I'm able to set the icon using:

card_mod:
  style: |
    ha-icon {
      color: #44739e
    }

zSprawl avatar Jun 02 '25 16:06 zSprawl

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.

vidalpascual avatar Jun 13 '25 10:06 vidalpascual

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
    }

bfg100k avatar Jun 20 '25 01:06 bfg100k