diff --git a/package.json b/package.json index 4db473d..b66e561 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "roku-card", - "version": "1.1.2", + "version": "1.1.3", "description": "Lovelace Roku Card", "keywords": [ "home-assistant", diff --git a/src/const.ts b/src/const.ts index 87304d2..bbe9223 100644 --- a/src/const.ts +++ b/src/const.ts @@ -1 +1 @@ -export const CARD_VERSION = '1.1.2'; +export const CARD_VERSION = '1.1.3'; diff --git a/src/roku-card.ts b/src/roku-card.ts index e704eb0..ec7d56c 100644 --- a/src/roku-card.ts +++ b/src/roku-card.ts @@ -126,11 +126,15 @@ export class RokuCard extends LitElement { } img, ha-icon-button { - width: 64px; - height: 64px; cursor: pointer; } + ha-icon-button { + --mdc-icon-button-size: 64px; + --mdc-icon-size: 48px; + } img { + width: 64px; + height: 64px; border-radius: 25px; } .row {