Skip to content

Commit

Permalink
icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rikman122 committed Nov 21, 2021
1 parent a324e5b commit 7b8a0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tuya-vacuum-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
return data && data.show !== false
? html`<ha-icon-button
@click="${() => this.callService(data.service, data.service_data)}"
title="${data.label || ''}"
<ha-icon icon="${data.icon}" style="${this.config.styles.icon}"></ha-icon>
title="${data.label || ''}">
<ha-icon icon="${data.icon}" style="${this.config.styles.icon}"></ha-icon>
</ha-icon-button>`
: null;
}
Expand Down

0 comments on commit 7b8a0ec

Please sign in to comment.