Skip to content

Commit

Permalink
Fix background color (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
junalmeida authored Apr 5, 2023
1 parent c0e7526 commit d27a0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minimalistic-area-card",
"version": "1.1.10",
"version": "1.1.11",
"description": "Minimalistic Area Card for Home Assistant",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/minimalistic-area-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class MinimalisticAreaCard extends LitElement {


return html`
<ha-card @action=${this._handleThisAction} style={background_color} .actionHandler=${actionHandler({
<ha-card @action=${this._handleThisAction} style=${background_color} .actionHandler=${actionHandler({
hasHold:
hasAction(this.config.hold_action), hasDoubleClick: hasAction(this.config.double_tap_action),
})}
Expand Down

0 comments on commit d27a0bc

Please sign in to comment.