Skip to content

Commit

Permalink
fix: remove border from blank card
Browse files Browse the repository at this point in the history
Fix #652
  • Loading branch information
RomRider committed Apr 2, 2023
1 parent 07ae7a1 commit b05c6b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/button-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ class ButtonCard extends LitElement {
const blankCardStyle = {
background: 'none',
'box-shadow': 'none',
'border-style': 'none',
...cardStyle,
};
return html`
Expand Down

0 comments on commit b05c6b4

Please sign in to comment.