Skip to content

Commit 6a8f2d4

Browse files
committed
fix icon size
1 parent c94d027 commit 6a8f2d4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roku-card",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Lovelace Roku Card",
55
"keywords": [
66
"home-assistant",

src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CARD_VERSION = '1.1.2';
1+
export const CARD_VERSION = '1.1.3';

src/roku-card.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,15 @@ export class RokuCard extends LitElement {
126126
}
127127
img,
128128
ha-icon-button {
129-
width: 64px;
130-
height: 64px;
131129
cursor: pointer;
132130
}
131+
ha-icon-button {
132+
--mdc-icon-button-size: 64px;
133+
--mdc-icon-size: 48px;
134+
}
133135
img {
136+
width: 64px;
137+
height: 64px;
134138
border-radius: 25px;
135139
}
136140
.row {

0 commit comments

Comments
 (0)