custom-cards / button-card

❇️ Lovelace button-card for home assistant
MIT License
1.97k stars 242 forks source link

fix blank-card #631

Closed edenhaus closed 1 year ago

edenhaus commented 2 years ago

The blank card shows on HA 2022.11.0 and later are border as show below: image

With this PR this border is gone: image

I tested this fix successfully for 2022.10.5 to verify that it is backwards compatible.

Workaround until this PR is merged:

type: custom:button-card
color_type: blank-card
styles:
  card:
    - border-style: none
RomRider commented 1 year ago

Thanks, I've fixed that without seeing your PR first, sorry.