From c7a682d53a26cf1044eefc528a8fb9f3e0a3d0f7 Mon Sep 17 00:00:00 2001 From: Ron Heft Date: Tue, 30 Nov 2021 15:47:33 -0500 Subject: [PATCH] Fix ha-icon valign --- src/roku-card.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/roku-card.ts b/src/roku-card.ts index a588858..8ca25dd 100644 --- a/src/roku-card.ts +++ b/src/roku-card.ts @@ -137,10 +137,12 @@ export class RokuCard extends LitElement { ha-icon { cursor: pointer; } - ha-icon { - --mdc-icon-button-size: 64px; + ha-icon-button { --mdc-icon-size: 48px; } + ha-icon-button ha-icon { + display: flex; + } img { width: 64px; height: 64px;