We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94d027 commit 6a8f2d4Copy full SHA for 6a8f2d4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "roku-card",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"description": "Lovelace Roku Card",
5
"keywords": [
6
"home-assistant",
src/const.ts
@@ -1 +1 @@
-export const CARD_VERSION = '1.1.2';
+export const CARD_VERSION = '1.1.3';
src/roku-card.ts
@@ -126,11 +126,15 @@ export class RokuCard extends LitElement {
126
}
127
img,
128
ha-icon-button {
129
- width: 64px;
130
- height: 64px;
131
cursor: pointer;
132
+ ha-icon-button {
+ --mdc-icon-button-size: 64px;
133
+ --mdc-icon-size: 48px;
134
+ }
135
img {
136
+ width: 64px;
137
+ height: 64px;
138
border-radius: 25px;
139
140
.row {
0 commit comments