#Tile Card: Secondary Text Color

1 messages · Page 1 of 1 (latest)

swift oxide
#

I'm trying to change the secondary text color globally via themes.yaml using card-mod-card, but for the life of me I can't get it to apply.
It works perfectly fine when I apply it directly to the card, but not inside the theme.

card-mod-theme: test
card-mod-card: |
    mushroom-shape-icon {
      --shape-color: transparent !important;
      --shape-color-disabled: transparent !important;
    }
    ha-tile-info$ 
      .secondary {
        color: grey !important;
    }

What am I doing wrong? If only there was a easier way to change this using a single variable...
Thanks