Skip to content

Commit

Permalink
Merge pull request #74 from ronaldheft/patch-1
Browse files Browse the repository at this point in the history
Fix ha-icon valign
  • Loading branch information
iantrich authored Dec 17, 2021
2 parents e6d229e + c7a682d commit 4cb653a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/roku-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4cb653a

Please sign in to comment.