Skip to content

Commit

Permalink
fix icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed May 16, 2020
1 parent c94d027 commit 6a8f2d4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roku-card",
"version": "1.1.2",
"version": "1.1.3",
"description": "Lovelace Roku Card",
"keywords": [
"home-assistant",
Expand Down
2 changes: 1 addition & 1 deletion src/const.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const CARD_VERSION = '1.1.2';
export const CARD_VERSION = '1.1.3';
8 changes: 6 additions & 2 deletions src/roku-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a8f2d4

Please sign in to comment.