slider-button-card icon indicating copy to clipboard operation
slider-button-card copied to clipboard

how to change the icon size ?

Open unniversary opened this issue 3 years ago • 3 comments

the icon size is small to me ,how to change the icon size ?

unniversary avatar Feb 28 '22 18:02 unniversary

I'm wanted more styles too :-)

kevinblo avatar May 26 '22 10:05 kevinblo

Bump up! Need the icon_size property desperately!

Yari117 avatar Nov 26 '22 16:11 Yari117

using card-mod

this worked for me

style: 
  ha-icon$: |
    ha-svg-icon {
      --mdc-icon-size: 3em;
    }

hope this helps

jossiee avatar Feb 18 '23 21:02 jossiee