Use a different icon for expanded/not.

This commit is contained in:
Dermot Duffy
2021-08-15 11:23:14 -07:00
parent 0fbf3e965d
commit 06f6b47d1d
+1 -1
View File
@@ -105,7 +105,7 @@ export class FrigateCardMenu extends LitElement {
return html`
<ha-icon-button
class="button"
icon="mdi:alpha-f-box"
icon=${this.expand ? "mdi:alpha-f-box" : "mdi:alpha-f-box-outline"}
data-toggle="tooltip" title="Frigate menu"
@click=${() => {
this.expand = !this.expand;