mattieha / slider-button-card

A button card with integrated slider
MIT License
435 stars 68 forks source link

Button name font size #152

Open nmsoares opened 2 years ago

nmsoares commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like Be able to select font size of the button

Describe alternatives you've considered none avaiable

Additional context Add any other context or screenshots about the feature request here.

conorlap commented 1 year ago

Would also love this along with being able to resize the icon!

conorlap commented 1 year ago

FYI this worked for me:

card_mod:
  style: |
    :host  .text {
       font-size: 22px;
    }